Skip to content

Commit

Permalink
Add SSH access to runner (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
aednichols committed Nov 27, 2023
1 parent 14c3184 commit e115d73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
# https://github.com/mxschmitt/action-tmate
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- uses: actions/checkout@v3 # checkout the cromwell repo
with:
ref: ${{ inputs.target-branch }}
Expand Down

0 comments on commit e115d73

Please sign in to comment.