Skip to content

Commit

Permalink
update cypress url for e2e tests on server
Browse files Browse the repository at this point in the history
  • Loading branch information
clean-coder committed Apr 16, 2024
1 parent 3a2adc3 commit 14f9ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
working-directory: frontend
start: npm start
wait-on: 'http://pitc.localhost:8080/config, http://localhost:4200, http://pitc.localhost:8544'
wait-on: 'http://pitc.localhost:8080/config, http://pitc.localhost:4200, http://pitc.localhost:8544'
wait-on-timeout: 120
browser: chrome
headed: true
Expand Down

0 comments on commit 14f9ee0

Please sign in to comment.