diff --git a/.github/workflows/base-tests.yaml b/.github/workflows/base-tests.yaml index 855895aa..f501d7f4 100644 --- a/.github/workflows/base-tests.yaml +++ b/.github/workflows/base-tests.yaml @@ -55,3 +55,8 @@ jobs: - name: Run script tests run: bats -t scripts/tests + + # Keeping just in case to debug fails + #- name: Setup tmate session + # if: ${{ failure() }} + # uses: mxschmitt/action-tmate@v3