We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db0045 commit 38615e8Copy full SHA for 38615e8
.github/workflows/tests.yml
@@ -200,10 +200,6 @@ jobs:
200
- name: "Run Build Tests (build)"
201
run: php src/globals/test-extensions.php build_cmd ${{ matrix.os }} ${{ matrix.php }}
202
203
- - name: Setup tmate session
204
- if: ${{ failure() }}
205
- uses: mxschmitt/action-tmate@v3
206
-
207
- name: "Run Build Tests (build - embed for non-windows)"
208
if: matrix.os != 'windows-latest'
209
run: php src/globals/test-extensions.php build_embed_cmd ${{ matrix.os }} ${{ matrix.php }}
0 commit comments