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:
128
128
- name : Run packages tests
129
129
run : |
130
130
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 } \
133
133
&& $COMPOSER_MIN_STAB \
134
134
&& $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 \
136
136
&& $PHPUNIT)'"
137
137
138
138
js :
You can’t perform that action at this time.
0 commit comments