From ca72ad8f014596a40cfca8997f7da57e0c15d12f Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sat, 12 Apr 2025 23:27:32 -0700 Subject: [PATCH] try fix --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e6ee19f6..4ecda324 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -8,7 +8,6 @@ defaults: shell: bash env: NODE_VERSION: 20.x - DEBUG:"pw:browser*" jobs: build: runs-on: ${{matrix.os}} @@ -96,6 +95,7 @@ jobs: run: yarn run test:e2e env: SHELL: /bin/bash + DEBUG:"pw:browser*" - name: Archive E2E test screenshot uses: actions/upload-artifact@v4 with: