From b0cfb4b2c4dabf15e3e3440bd16fd9b58e4e852f Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sat, 5 Jul 2025 14:00:43 +0700 Subject: [PATCH] don't clog our build CI when cs fix, phpstan or phpunit fail --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c01f78bf..0d1c48af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: