Skip to content

Commit c074ac5

Browse files
committed
iterate
1 parent 3930c6f commit c074ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
shell: bash
130130
run: |
131131
source .github/workflows/.utils.sh
132-
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --shell --exit-on-error --regex '(.+)' "source .github/workflows/.utils.sh; _run_task {1} \
132+
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --regex '(.+)' --shell --shell-path bash --shell-arguments -c "source .github/workflows/.utils.sh; _run_task {1} \
133133
'(cd src/{1} \
134134
&& $COMPOSER_MIN_STAB \
135135
&& $COMPOSER_UP \

0 commit comments

Comments
 (0)