Skip to content

Commit

Permalink
updated workflow to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
crisner1978 committed Oct 4, 2023
1 parent dc245a4 commit a1181c6
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: npm start
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 a1181c6

Please sign in to comment.