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 67786c7 commit 7809161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 pg_isready
--health-cmd curl --silent http://127.0.0.1:5556/dex/.well-known/openid-configuration > /dev/null
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand All @@ -26,7 +26,7 @@ jobs:
steps:

- name: Install 'curl' and 'jq'
run: apk update; apk add --no-cache curl jq
run: apt-get install -y curl jq

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7809161

Please sign in to comment.