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