From b12cb3350fe5589bad251c22253c9e988fddd24c Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sat, 5 Jul 2025 20:00:55 +0700 Subject: [PATCH] move tmate session thingy --- .github/workflows/build-unix.yml | 6 +++--- .github/workflows/tests.yml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-unix.yml b/.github/workflows/build-unix.yml index b58afb39..7a745048 100644 --- a/.github/workflows/build-unix.yml +++ b/.github/workflows/build-unix.yml @@ -198,9 +198,9 @@ jobs: run: ${{ needs.define-build.outputs.download }} - name: "Build PHP" run: ${{ needs.define-build.outputs.build }} - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 +# - name: Setup tmate session +# if: ${{ failure() }} +# uses: mxschmitt/action-tmate@v3 # Upload cli executable - if: ${{ inputs.build-cli == true }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d1c48af..624ca742 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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