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"