diff --git a/.github/workflows/system.yml b/.github/workflows/system.yml index 6a36c2b5..669053f3 100644 --- a/.github/workflows/system.yml +++ b/.github/workflows/system.yml @@ -87,3 +87,6 @@ jobs: file: ./lcov.info flags: unittests name: codecov-umbrella + - name: tmate session if tests fail + if: failure() && ${{ matrix.os == windows-latest }} + uses: mxschmitt/action-tmate@v3