Skip to content

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Oct 4, 2023
1 parent 8db312f commit 1f3276c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
with:
build: yarn build
start: yarn start
wait-on: 'http://localhost:3000'
wait-on: ${{ secrets.ROOT_URL }}
command: yarn test-run-e2e

0 comments on commit 1f3276c

Please sign in to comment.