From 5f8f53c3a974fb23b19c314284bb2f3dea55a40e Mon Sep 17 00:00:00 2001 From: smastrom Date: Fri, 15 Dec 2023 16:34:17 +0100 Subject: [PATCH] edit workflow tests --- .github/workflows/chrome-tests.yml | 3 ++- .github/workflows/firefox-tests.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chrome-tests.yml b/.github/workflows/chrome-tests.yml index c65b035..497d51f 100644 --- a/.github/workflows/chrome-tests.yml +++ b/.github/workflows/chrome-tests.yml @@ -14,9 +14,10 @@ jobs: node-version: '18' - uses: pnpm/action-setup@v2 name: Install pnpm - id: pnpm-install with: version: 8 run_install: true + - name: Install Cypress binaries + run: npx cypress install - name: Chrome tests run: pnpm test:chrome diff --git a/.github/workflows/firefox-tests.yml b/.github/workflows/firefox-tests.yml index 3c3fe95..d5399a6 100644 --- a/.github/workflows/firefox-tests.yml +++ b/.github/workflows/firefox-tests.yml @@ -14,9 +14,10 @@ jobs: node-version: '18' - uses: pnpm/action-setup@v2 name: Install pnpm - id: pnpm-install with: version: 8 run_install: true + - name: Install Cypress binaries + run: npx cypress install - name: Firefox tests run: pnpm test:firefox