Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Jan 25, 2023
1 parent d5f6b0b commit 68afc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
KEYCLOAK_CLIENT_ID: terraform
KEYCLOAK_CLIENT_SECRET: 884e0f95-0f42-4a63-9b1f-94274655669e
KEYCLOAK_PASSWORD: password
KEYCLOAK_URL: http://localhost:8080
KEYCLOAK_URL: http://localhost:8080/auth
KEYCLOAK_USER: keycloak
NODEVERSION: 16.x
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion testing/wait-for-local-keycloak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ until $(curl --output /dev/null --silent --head --fail --max-time 2 ${KEYCLOAK_U
sleep 2
done

echo
echo " ready"

0 comments on commit 68afc06

Please sign in to comment.