From cdc7b3fc7e2e939eac3fed3b2115cd7d382ed445 Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Sat, 24 Jun 2023 20:09:15 +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 65efabb..b92a6e2 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: echo ${{ env.NEXT_PUBLIC_URL }}# Waits for above # Records to Cypress Cloud