From 6358b62132a7e9fbd6a1388cb6a6fe3c76bd3d04 Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Sat, 24 Jun 2023 20:29:33 +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 957c194..7cfbfe1 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 + browser: chrome build: npm run build start: npm start wait-on: echo ${{ env.NEXT_PUBLIC_URL }}# Waits for above