Skip to content

Commit 38615e8

Browse files
committed
Remove ssh debugger
1 parent 4db0045 commit 38615e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,6 @@ jobs:
200200
- name: "Run Build Tests (build)"
201201
run: php src/globals/test-extensions.php build_cmd ${{ matrix.os }} ${{ matrix.php }}
202202

203-
- name: Setup tmate session
204-
if: ${{ failure() }}
205-
uses: mxschmitt/action-tmate@v3
206-
207203
- name: "Run Build Tests (build - embed for non-windows)"
208204
if: matrix.os != 'windows-latest'
209205
run: php src/globals/test-extensions.php build_embed_cmd ${{ matrix.os }} ${{ matrix.php }}

0 commit comments

Comments
 (0)