Skip to content

Commit

Permalink
SSH test
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Jan 7, 2025
1 parent ae8cdd7 commit 9e5cb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/run-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests_primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e5cb11

Please sign in to comment.