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 60
60
- name : Build root packages
61
61
run : php .github/build-packages.php
62
62
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
+
63
72
- name : Link examples
64
73
working-directory : examples
65
74
run : ../link
72
81
- name : Run PHPStan on examples
73
82
working-directory : examples
74
83
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