From 1bf13062374bd4427a8c28753321be3baf521a9c Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Wed, 20 Sep 2023 21:40:29 +0200 Subject: [PATCH] add debug logging --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bae75e72..132d8b2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,8 @@ jobs: CI: true - name: E2E test - Cypress run uses: cypress-io/github-action@v6 + env: + DEBUG: '@cypress/github-action' with: start: npm run start-e2e-server # after the test run completes store screenshots