Skip to content
Snippets Groups Projects
Commit 7e4a23c9 authored by Vassil Vassilev's avatar Vassil Vassilev Committed by Axel Naumann
Browse files

Add debugging facility

parent 2a064ea2
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,11 @@ jobs:
with:
name: Test Results ${{ matrix.image }} ${{ matrix.config }}
path: /tmp/workspace/build/TestResults.xml
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# When debugging increase to a suitable value!
timeout-minutes: ${{ github.event.pull_request && 40 || 20 }}
event_file:
if: github.repository_owner == 'root-project' || github.event_name == 'pull_request'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment