Skip to content

Commit 76d5ed6

Browse files
committed
iterate
1 parent 5af9040 commit 76d5ed6

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
@@ -128,7 +128,7 @@ jobs:
128128
- name: Run packages tests
129129
run: |
130130
source .github/workflows/.utils.sh
131-
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --shell --shell-path /bin/bash --exit-on-error --regex '(.+)' "source .github/workflows/.utils.sh; _run_task {1} \
131+
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --shell --shell-path bash --exit-on-error --regex '(.+)' "source .github/workflows/.utils.sh; _run_task {1} \
132132
'(cd src/{1} \
133133
&& $COMPOSER_MIN_STAB \
134134
&& $COMPOSER_UP \

0 commit comments

Comments
 (0)