Skip to content

switch to compose v2 #10

switch to compose v2

switch to compose v2 #10

Workflow file for this run

name: Tests
on:
pull_request:
paths-ignore:
- 'README.md'
push:
paths-ignore:
- 'README.md'
permissions:
contents: read
jobs:
run:
name: Run
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
authentik_version:
- "stable"
- "beta"
steps:
- uses: actions/checkout@v3
- uses: ./
with:
version: ${{ matrix.authentik_version }}
sentry_env: goauthentik-action-setup-authentik-ci