From 241a3a53af0569a022764e01d9f393ce8fbb7266 Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Sat, 24 Jun 2023 08:48:58 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2683368..d88a633 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -19,6 +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 + build: npm run build start: npm start wait-on: 'http://localhost:3000' # Waits for above # Records to Cypress Cloud