Skip to content

Commit cc1e22f

Browse files
committed
-
1 parent 42d6c69 commit cc1e22f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/code-quality.yaml

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

63-
- name: Run PHPStan on packages
64-
run: |
65-
source .github/workflows/.utils.sh
66-
67-
# Run link script to make Bridge packages available
68-
./link
69-
70-
echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} '(cd src/{} && $COMPOSER_UP && $PHPSTAN)'"
71-
7263
- name: Link examples
7364
working-directory: examples
7465
run: ../link
@@ -81,3 +72,12 @@ jobs:
8172
- name: Run PHPStan on examples
8273
working-directory: examples
8374
run: $PHPSTAN
75+
76+
- name: Run PHPStan on packages
77+
run: |
78+
source .github/workflows/.utils.sh
79+
80+
# Run link script to make Bridge packages available
81+
./link
82+
83+
echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} '(cd src/{} && $COMPOSER_UP && $PHPSTAN)'"

0 commit comments

Comments
 (0)