From a1181c68ba659869b217827fcde54321ba13e88d Mon Sep 17 00:00:00 2001 From: Chris Risner Date: Wed, 4 Oct 2023 10:34:43 -0500 Subject: [PATCH] updated workflow to use yarn --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 67db720..30aa358 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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