Skip to content

Commit

Permalink
CI debugging, ssh in?
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Aug 15, 2024
1 parent c895812 commit 2ec034b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
timeout-minutes: 60

steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
timeout-minutes: 20
limit-access-to-actor: true

- name: Install system dependencies
shell: bash
run: |
Expand Down

0 comments on commit 2ec034b

Please sign in to comment.