Skip to content

Commit c616741

Browse files
committed
TEMPORARY: A CI step that lets you connect to a shell to debug.
The debug session opens only if regression tests fail Thanks to https://github.com/mxschmitt/action-tmate
1 parent 613fb28 commit c616741

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ jobs:
134134
exit 1
135135
fi
136136
137+
# For debugging
138+
- name: Setup tmate session
139+
uses: mxschmitt/action-tmate@v3
140+
if: ${{ failure() }}
141+
137142
# Upload Regression Results as Failed if above step failed
138143
- name: Upload Failed Results
139144
if: failure()

0 commit comments

Comments
 (0)