From d400ba26c232675f0661a7de7bffb0e773867b1c Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Thu, 16 Nov 2023 20:55:22 -0800 Subject: [PATCH] .. --- .github/workflows/currents.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/currents.yml b/.github/workflows/currents.yml index 6a7e181..8fd4ef1 100644 --- a/.github/workflows/currents.yml +++ b/.github/workflows/currents.yml @@ -53,6 +53,8 @@ jobs: # Run all Cypress tests - name: Run Cypress on Currents.dev + env: + DEBUG: "@cypress/github-action" uses: cypress-io/github-action@v6 continue-on-error: true