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