mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
test tmate
This commit is contained in:
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
@@ -180,13 +180,6 @@ jobs:
|
|||||||
- name: "Run Build Tests (doctor)"
|
- name: "Run Build Tests (doctor)"
|
||||||
run: php src/globals/test-extensions.php doctor_cmd ${{ matrix.os }} ${{ matrix.php }}
|
run: php src/globals/test-extensions.php doctor_cmd ${{ matrix.os }} ${{ matrix.php }}
|
||||||
|
|
||||||
- name: "ACLOCAL"
|
|
||||||
run: |
|
|
||||||
ls -lah /opt/homebrew/share/aclocal
|
|
||||||
autoconf --version
|
|
||||||
aclocal --print-ac-dir
|
|
||||||
echo $ACLOCAL_PATH
|
|
||||||
|
|
||||||
- name: "Prepare UPX for Windows"
|
- name: "Prepare UPX for Windows"
|
||||||
if: ${{ startsWith(matrix.os, 'windows-') }}
|
if: ${{ startsWith(matrix.os, 'windows-') }}
|
||||||
run: |
|
run: |
|
||||||
@@ -216,6 +209,6 @@ jobs:
|
|||||||
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
|
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
|
||||||
path: log
|
path: log
|
||||||
|
|
||||||
# - name: Setup tmate session
|
- name: Setup tmate session
|
||||||
# if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
# uses: mxschmitt/action-tmate@v3
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user