From 26f4f8860c6b81634518ef826c12f1fd86687fe9 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Fri, 10 Nov 2023 13:35:22 -0800 Subject: [PATCH] chore: .. --- .github/workflows/currents.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/currents.yml b/.github/workflows/currents.yml index 0ee0dbd..401d790 100644 --- a/.github/workflows/currents.yml +++ b/.github/workflows/currents.yml @@ -28,7 +28,12 @@ jobs: run: | npm ci - # Run all Cypress tests + - name: Check sha + run: | + npx cypress install --force + file /root/.cache/Cypress/12.17.4/Cypress/Cypress + + # Run all Cypress tests - name: Run Cypress on Currents.dev uses: cypress-io/github-action@v6 # env: