diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f1f93ec..7eac4bd8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -265,6 +265,10 @@ jobs: ./bin/spc doctor --auto-fix ${{ matrix.combo.build-args }} --dl-with-php=${{ matrix.combo.php-version }} + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + - name: Upload logs if: always() && hashFiles('log/**') != '' uses: actions/upload-artifact@v4