We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f449d0e commit c76ad57Copy full SHA for c76ad57
.github/workflows/unit-tests.yaml
@@ -71,7 +71,11 @@ jobs:
71
run: |
72
source .github/workflows/.utils.sh
73
74
- echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} '(cd src/{} && $COMPOSER_MIN_STAB && $COMPOSER_UP && $PHPUNIT)'"
+ echo "$PACKAGES" | xargs -n1 | parallel -j +3 "_run_task {} \
75
+ '(cd src/{} \
76
+ && $COMPOSER_MIN_STAB \
77
+ && $COMPOSER_UP \
78
+ && $PHPUNIT)'"
79
80
js:
81
runs-on: ubuntu-latest
0 commit comments