diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d1087c..fd800d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,3 +26,8 @@ jobs: env: WOLFRAM_ID: ${{ secrets.WolframID }} WOLFRAM_PASS: ${{ secrets.WolframPW }} + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + +