Skip to content

Commit

Permalink
fix: github workflow with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-atnos committed Dec 17, 2024
1 parent ad01aab commit 3c8556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
start: yarn start
browser: chrome
headless: true
wait-on: http://localhost:4200
wait-on: http://[::1]:4200
env: # Or as an environment variable
CYPRESS_URL: ${{ secrets.CYPRESS_URL }}
CYPRESS_ID: ${{ secrets.CYPRESS_ID }}
Expand Down

0 comments on commit 3c8556a

Please # to comment.