Skip to content

Commit f2c743e

Browse files
committed
[ci] Add github actions debug infrastructure.
1 parent a2392c4 commit f2c743e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ jobs:
102102
with:
103103
file: ./coverage.info
104104

105+
- name: Setup tmate session
106+
if: ${{ failure() && runner.debug }}
107+
uses: mxschmitt/action-tmate@v3
108+
# When debugging increase to a suitable value!
109+
timeout-minutes: 30
105110
win:
106111

107112
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)