Skip to content

Commit 0aa1bc2

Browse files
committed
Revert "Disable graceful static analysis handling for pull requests"
This reverts commit 198f6a3.
1 parent eb00fd4 commit 0aa1bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-pull-requests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: vendor/bin/parallel-lint --colors app config packages tests --show-deprecated
7575

7676
- name: Check coding syntax/standards (PHP CodeSniffer)
77-
run: vendor/bin/phpcs --colors --cache=build/cache/phpcs.cache packages --standard=PSR2 --extensions="php" --ignore="*test.php,*.blade.php,ValidationService.php"
77+
run: vendor/bin/phpcs --colors --cache=build/cache/phpcs.cache packages --standard=PSR2 --extensions="php" --ignore="*test.php,*.blade.php,ValidationService.php" || true
7878

7979

8080
run-static-analysis:
@@ -95,4 +95,4 @@ jobs:
9595
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
9696

9797
- name: Run static analysis (PHPStan)
98-
run: vendor/bin/phpstan analyse --ansi packages/framework/src packages/realtime-compiler/src
98+
run: vendor/bin/phpstan analyse --ansi packages/framework/src packages/realtime-compiler/src || true

0 commit comments

Comments
 (0)