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