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