mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -263,7 +263,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
./bin/spc doctor --auto-fix
|
./bin/spc doctor --auto-fix
|
||||||
${{ matrix.combo.build-args }}
|
${{ matrix.combo.build-args }} --dl-with-php=${{ matrix.combo.php-version }}
|
||||||
|
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
if: always() && hashFiles('log/**') != ''
|
if: always() && hashFiles('log/**') != ''
|
||||||
|
|||||||
Reference in New Issue
Block a user