Skip to content

Commit

Permalink
Set up sshing for github action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 committed Aug 2, 2024
1 parent 446811d commit cc7b633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup upterm session (for ssh-ing)
uses: lhotari/action-upterm@v1
- name: Run deps
run: scripts/run-dependencies
- name: Set up Node
Expand Down

0 comments on commit cc7b633

Please sign in to comment.