Skip to content

Commit 544fd15

Browse files
committed
test tmate
1 parent b04b079 commit 544fd15

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,6 @@ jobs:
180180
- name: "Run Build Tests (doctor)"
181181
run: php src/globals/test-extensions.php doctor_cmd ${{ matrix.os }} ${{ matrix.php }}
182182

183-
- name: "ACLOCAL"
184-
run: |
185-
ls -lah /opt/homebrew/share/aclocal
186-
autoconf --version
187-
aclocal --print-ac-dir
188-
echo $ACLOCAL_PATH
189-
190183
- name: "Prepare UPX for Windows"
191184
if: ${{ startsWith(matrix.os, 'windows-') }}
192185
run: |
@@ -216,6 +209,6 @@ jobs:
216209
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
217210
path: log
218211

219-
# - name: Setup tmate session
220-
# if: ${{ failure() }}
221-
# uses: mxschmitt/action-tmate@v3
212+
- name: Setup tmate session
213+
if: ${{ failure() }}
214+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)