Skip to content

Commit 22674e0

Browse files
Fix running PHPStan on example
1 parent b8cb4a3 commit 22674e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-quality.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
- name: Build root packages
6161
run: php .github/build-packages.php
6262

63+
- name: Run PHPStan on examples
64+
run: |
65+
cd examples/ && $COMPOSER_UP && ../link && $PHPSTAN
66+
6367
- name: Run PHPStan on packages
6468
run: |
6569
source .github/workflows/.utils.sh
6670
6771
echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} '(cd src/{} && $COMPOSER_UP && $PHPSTAN)'"
68-
69-
- name: Run PHPStan on examples
70-
run: |
71-
cd examples/ && $COMPOSER_UP && $PHPSTAN

0 commit comments

Comments
 (0)