From d9da0699df938d59f7f1f1bbdc9f71976347aef6 Mon Sep 17 00:00:00 2001 From: Filippo Vicentini Date: Tue, 18 Jan 2022 23:55:35 +0100 Subject: [PATCH] add tmate --- .github/workflows/system.yml | 3 +++ 1 file changed, 3 insertions(+) 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