File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
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)'"
You can’t perform that action at this time.
0 commit comments