From 391036643c723dce42c1dc2861e5dbdf8664ba2d Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Sat, 30 Oct 2021 15:07:05 +0200 Subject: [PATCH] debug --- .github/workflows/build-and-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 82f83a5d..0b6ccf1a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -1713,6 +1713,9 @@ jobs: make -C native_client/ctcdecode/ \ NUM_PROCESSES=$(nproc) \ bindings + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: failure() - uses: actions/upload-artifact@v2 with: name: "coqui_stt_ctcdecoder-windows-test.whl"