From 00230ef17a456149f4abe972750cf33370997603 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Thu, 16 Nov 2023 20:42:40 -0800 Subject: [PATCH] .. --- .github/workflows/currents.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/currents.yml b/.github/workflows/currents.yml index 22874e4..460486d 100644 --- a/.github/workflows/currents.yml +++ b/.github/workflows/currents.yml @@ -38,7 +38,7 @@ jobs: yarn cypress cache path echo 👀 Cypress SHA - file `yarn cypress cache path`/12.17.4/Cypress/Cypress + file `npx cypress cache path`/12.17.4/Cypress/Cypress echo 👀 Yarn global dependencies yarn global list | grep cypress @@ -46,6 +46,7 @@ jobs: echo 👀 Yarn local dependencies yarn list | grep cypress # Run all Cypress tests + - name: Run Cypress on Currents.dev uses: cypress-io/github-action@v6 continue-on-error: true