don't clog our build CI when cs fix, phpstan or phpunit fail

This commit is contained in:
DubbleClick 2025-07-05 14:00:43 +07:00
parent 05f3abe944
commit b0cfb4b2c4

View File

@ -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: