This commit is contained in:
Adam Gastineau 2025-01-07 08:30:31 -08:00
parent ae8cdd780c
commit 9e5cb1121d
2 changed files with 2 additions and 1 deletions

View file

@ -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 }}

View file

@ -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