mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +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:
|
||||
name: "Build PHP Test (PHP ${{ matrix.php }} ${{ matrix.os }})"
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: define-matrix
|
||||
needs: [define-matrix, php-cs-fixer, phpstan, phpunit]
|
||||
timeout-minutes: 120
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user