test: fix container name for logs

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2024-01-11 15:02:17 +01:00
parent e2a80e9d99
commit eb78587963
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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