Add debugging information

This commit is contained in:
Adam Gastineau 2025-01-07 08:16:25 -08:00
parent 5ad5d1a803
commit ae8cdd780c
2 changed files with 2 additions and 1 deletions

View file

@ -65,6 +65,7 @@ runs:
shell: bash shell: bash
env: env:
PWTEST_BOT_NAME: ${{ inputs.bot-name }} PWTEST_BOT_NAME: ${{ inputs.bot-name }}
DEBUG: pw:browser
- name: Run tests - name: Run tests
if: inputs.shell != 'bash' if: inputs.shell != 'bash'
run: ${{ inputs.command }} run: ${{ inputs.command }}

View file

@ -217,7 +217,7 @@ jobs:
if: ${{ runner.os == 'Linux' }} if: ${{ runner.os == 'Linux' }}
run: | run: |
sudo apt-get update 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 yarn@1
- run: npm install -g pnpm@8 - run: npm install -g pnpm@8
- uses: ./.github/actions/run-test - uses: ./.github/actions/run-test