Skip to content

Commit 3930c6f

Browse files
committed
iterate
1 parent 2211c29 commit 3930c6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@ jobs:
126126
run: php .github/build-packages.php
127127

128128
- name: Run packages tests
129+
shell: bash
129130
run: |
130131
source .github/workflows/.utils.sh
131-
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --shell --shell-path 'bash' --shell-argument '-c' --exit-on-error --regex '(.+)' "source .github/workflows/.utils.sh; _run_task {1} \
132+
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --shell --exit-on-error --regex '(.+)' "source .github/workflows/.utils.sh; _run_task {1} \
132133
'(cd src/{1} \
133134
&& $COMPOSER_MIN_STAB \
134135
&& $COMPOSER_UP \

0 commit comments

Comments
 (0)