Skip to content

Commit

Permalink
chore: cypress ci start 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wokbjso committed Jul 15, 2024
1 parent 2790565 commit 2908f78
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 @@ -19,7 +19,7 @@ jobs:
with:
# Starts web server for E2E tests - replace with your own server invocation
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
start: yarn dev
start: yarn start
wait-on: "http://localhost:3000" # Waits for above
# Records to Cypress Cloud
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
Expand Down

0 comments on commit 2908f78

Please sign in to comment.