Skip to content

Commit da26b3f

Browse files
committed
Added continue-on-error (#3176)
1 parent 2944625 commit da26b3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/code_samples.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,12 @@ jobs:
5656
dependency-versions: highest
5757

5858
- name: Run PHPStan analysis
59+
continue-on-error: true
5960
run: composer phpstan
6061

6162
- if: matrix.php == '8.4' # ibexa/rector supports PHP 8.3 and higher
6263
name: Run Rector check
64+
continue-on-error: true
6365
run: |
6466
composer require --dev ibexa/rector:~4.6.x-dev
6567
composer check-rector

0 commit comments

Comments
 (0)