We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1fc85 commit 3672a39Copy full SHA for 3672a39
.github/workflows/test.yml
@@ -79,10 +79,6 @@ jobs:
79
- name: Cmake version
80
run: cmake --version
81
82
- - name: Setup tmate session
83
- if: ${{ failure() }}
84
- uses: mxschmitt/action-tmate@v3
85
-
86
- name: Run tests (default generator)
87
run: cget build ${{ matrix.generator-flag }} --test
88
@@ -95,3 +91,6 @@ jobs:
95
91
- name: Build docs (Ninja generator)
96
92
run: cget build ${{ matrix.generator-flag }} -T doc
97
93
94
+ - name: Setup tmate session
+ if: ${{ failure() }}
+ uses: mxschmitt/action-tmate@v3
0 commit comments