Skip to content

Commit

Permalink
remove wait-on command in cypress action
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed Jan 15, 2025
1 parent 7f9cf71 commit f0a36b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/yarn_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
working-directory: ./apps/nowcasting-app
start: yarn start
wait-on: 'http://localhost:3002' # Waits for above
# Records to Cypress Cloud
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
record: true
Expand Down

0 comments on commit f0a36b2

Please sign in to comment.