Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcii committed Nov 21, 2023
1 parent fdf86fd commit e6aa36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- "./keycloak-test-realm.json:/opt/keycloak/data/import/keycloak-test-realm.json"
steps:
- name: Show Keycloak logs
run: docker logs $(docker ps -a -q -
run: docker logs $(docker ps -a -q --filter ancestor=quay.io/keycloak/keycloak:latest --format="{{.ID}}")
- uses: actions/checkout@v3
- name: Show Docker containers
run: docker ps
Expand Down

0 comments on commit e6aa36e

Please sign in to comment.