We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92cddc commit 034b6aaCopy full SHA for 034b6aa
.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