From ae8cdd780c69fb6ea58c0175c91b4e2fdb89d7ef Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Tue, 7 Jan 2025 08:16:25 -0800 Subject: [PATCH] Add debugging information --- .github/actions/run-test/action.yml | 1 + .github/workflows/tests_primary.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/run-test/action.yml b/.github/actions/run-test/action.yml index c193515c45..cd8894a279 100644 --- a/.github/actions/run-test/action.yml +++ b/.github/actions/run-test/action.yml @@ -65,6 +65,7 @@ runs: shell: bash env: PWTEST_BOT_NAME: ${{ inputs.bot-name }} + DEBUG: pw:browser - name: Run tests if: inputs.shell != 'bash' run: ${{ inputs.command }} diff --git a/.github/workflows/tests_primary.yml b/.github/workflows/tests_primary.yml index dd72a52088..67f41bb092 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -217,7 +217,7 @@ jobs: if: ${{ runner.os == 'Linux' }} run: | sudo apt-get update - npx playwright install-deps chromium + sudo apt-get install -y libgbm-dev - run: npm install -g yarn@1 - run: npm install -g pnpm@8 - uses: ./.github/actions/run-test