Skip to content

Commit

Permalink
ci: Add health checks for Keycloak integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Oct 5, 2024
1 parent 7677759 commit dd0147f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_keycloak_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
ports:
- 8080:8080
options: >-
--health-cmd "curl -f http://localhost:8080/auth/realms/master || exit 1"
--health-interval 10s
--name keycloak
-e start
env:
Expand Down

0 comments on commit dd0147f

Please sign in to comment.