Skip to content

Commit

Permalink
Add temporary SSH into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Apr 18, 2024
1 parent df23f18 commit a1f86bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
uses: secondlife/setup-cygwin@v3
with:
packages: bash
- name: Setup SSH
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Setup Bun
shell: bash
run: |
Expand Down

0 comments on commit a1f86bf

Please sign in to comment.