Add debugging information
This commit is contained in:
parent
5ad5d1a803
commit
ae8cdd780c
1
.github/actions/run-test/action.yml
vendored
1
.github/actions/run-test/action.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
2
.github/workflows/tests_primary.yml
vendored
2
.github/workflows/tests_primary.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue