test: fix container name for logs
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
e2a80e9d99
commit
eb78587963
|
@ -127,7 +127,7 @@ jobs:
|
||||||
flags: unit
|
flags: unit
|
||||||
- if: ${{ always() }}
|
- if: ${{ always() }}
|
||||||
run: |
|
run: |
|
||||||
docker logs setup-postgresql-1
|
docker logs setup_postgresql_1
|
||||||
test-integration:
|
test-integration:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
Reference in New Issue