Skip to content

Commit

Permalink
Merge pull request #946 from AFM-SPM/ns-rse/896-tmate-ci
Browse files Browse the repository at this point in the history
ci: Adds tmate to tests.yaml workflow
  • Loading branch information
ns-rse authored Oct 14, 2024
2 parents 929d52c + 461e47c commit 8429156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 5

0 comments on commit 8429156

Please sign in to comment.