We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4843466 commit d9da069Copy full SHA for d9da069
.github/workflows/system.yml
@@ -87,3 +87,6 @@ jobs:
87
file: ./lcov.info
88
flags: unittests
89
name: codecov-umbrella
90
+ - name: tmate session if tests fail
91
+ if: failure() && ${{ matrix.os == windows-latest }}
92
+ uses: mxschmitt/action-tmate@v3
0 commit comments