diff --git a/.github/actions/run-test/action.yml b/.github/actions/run-test/action.yml index cd8894a279d99..c193515c4501d 100644 --- a/.github/actions/run-test/action.yml +++ b/.github/actions/run-test/action.yml @@ -65,7 +65,6 @@ 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 67f41bb09217f..e0f0249f21d48 100644 --- a/.github/workflows/tests_primary.yml +++ b/.github/workflows/tests_primary.yml @@ -218,6 +218,8 @@ jobs: run: | sudo apt-get update sudo apt-get install -y libgbm-dev + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - run: npm install -g yarn@1 - run: npm install -g pnpm@8 - uses: ./.github/actions/run-test