move tmate session thingy

This commit is contained in:
DubbleClick
2025-07-05 20:00:55 +07:00
parent 3ff8c504f8
commit b12cb3350f
2 changed files with 7 additions and 3 deletions

View File

@@ -198,3 +198,7 @@ jobs:
- name: "Run Build Tests (build - embed for non-windows)"
if: ${{ !startsWith(matrix.os, 'windows-') }}
run: php src/globals/test-extensions.php build_embed_cmd ${{ matrix.os }} ${{ matrix.php }}
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3