From 25783b752c8834186d0a0db9a2356a7ff38157ed Mon Sep 17 00:00:00 2001 From: Bennett Date: Sun, 20 Oct 2024 16:46:00 +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 a17370d..28eeff8 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -11,6 +11,7 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v6 with: + install-command: npm install project: apps/web start: npm run cypress browser: chrome