mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
don't clog our build CI when cs fix, phpstan or phpunit fail
This commit is contained in:
parent
05f3abe944
commit
b0cfb4b2c4
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -134,7 +134,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: "Build PHP Test (PHP ${{ matrix.php }} ${{ matrix.os }})"
|
name: "Build PHP Test (PHP ${{ matrix.php }} ${{ matrix.os }})"
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
needs: define-matrix
|
needs: [define-matrix, php-cs-fixer, phpstan, phpunit]
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user