Skip to content

Commit

Permalink
Change service to work on
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed Sep 24, 2023
1 parent 7eb8188 commit ccac0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: cypress-io/github-action@v6
with:
working-directory: client
wait-on: 'http://localhost:5173, http://localhost:5000'
wait-on: 'http://localhost:5173, http://localhost:5000/api/v1'
wait-on-timeout: 30
browser: chrome
start: |
Expand Down

0 comments on commit ccac0ca

Please sign in to comment.