File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ jobs:
128128 - name : Run packages tests
129129 run : |
130130 source .github/workflows/.utils.sh
131- echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 -s -r '(.+)' "source .github/workflows/.utils.sh; _run_task {} \
132- '(cd src/{} \
131+ echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 -s -r '(.+)' "source .github/workflows/.utils.sh; _run_task {1 } \
132+ '(cd src/{1 } \
133133 && $COMPOSER_MIN_STAB \
134134 && $COMPOSER_UP \
135- && if [ {} = LiveComponent ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.minimum-stability }}\"; fi \
135+ && if [ {1 } = LiveComponent ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.minimum-stability }}\"; fi \
136136 && $PHPUNIT)'"
137137
138138 js :
You can’t perform that action at this time.
0 commit comments