set up tmate

This commit is contained in:
DubbleClick
2025-07-22 14:59:58 +07:00
parent c0db3a69d7
commit 4010a84d88
2 changed files with 11 additions and 7 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