Skip to content

Commit 9ff2625

Browse files
committed
setup tmate
1 parent 8767bbe commit 9ff2625

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: build
33
on:
44
push:
55
branches: [master]
6-
pull_request:
7-
workflow_dispatch:
8-
release:
9-
types: prereleased
106
defaults:
117
run:
128
shell: bash

.github/workflows/extended_checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ jobs:
139139
- name: "Run examples from modules"
140140
run: cmake --build ./build --config Release --target run_examples
141141

142+
- name: "Setup tmate session on failure"
143+
if: failure()
144+
uses: mxschmitt/action-tmate@v3
145+
with:
146+
limit-access-to-actor: true
147+
142148
- name: "Run utils tests"
143149
run: cmake --build ./build --config Release --target run_utils_tests
144150

0 commit comments

Comments
 (0)