Skip to content

Commit 3672a39

Browse files
committed
Move to end
1 parent fd1fc85 commit 3672a39

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ jobs:
7979
- name: Cmake version
8080
run: cmake --version
8181

82-
- name: Setup tmate session
83-
if: ${{ failure() }}
84-
uses: mxschmitt/action-tmate@v3
85-
8682
- name: Run tests (default generator)
8783
run: cget build ${{ matrix.generator-flag }} --test
8884

@@ -95,3 +91,6 @@ jobs:
9591
- name: Build docs (Ninja generator)
9692
run: cget build ${{ matrix.generator-flag }} -T doc
9793

94+
- name: Setup tmate session
95+
if: ${{ failure() }}
96+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)