Skip to content

Commit

Permalink
Update oauth.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jul 22, 2024
1 parent dd905b9 commit d238705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
dexidp:
image: ychiucco/dex-fractal:latest
options: >-
--health-cmd 'curl --silent http://127.0.0.1:5556/dex/.well-known/openid-configuration > /dev/null'
--health-cmd 'curl -s http://127.0.0.1:5556/dex/.well-known/openid-configuration > /dev/null'
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit d238705

Please sign in to comment.