Skip to content

Commit 502f737

Browse files
committed
iterate
1 parent 160d0fe commit 502f737

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)