Skip to content

Commit 6f2b3d3

Browse files
author
Christopher Doris
committed
add tmate
1 parent fa917f3 commit 6f2b3d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,9 @@ jobs:
9898
uses: codecov/codecov-action@v5
9999
env:
100100
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
101+
102+
- name: Setup tmate session on failure
103+
uses: mxschmitt/action-tmate@v3
104+
if: ${{ failure() }}
105+
with:
106+
limit-access-to-actor: true

0 commit comments

Comments
 (0)