Skip to content

Commit 2285263

Browse files
committed
iterate
1 parent 66cd28c commit 2285263

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit-tests.yaml

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

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

0 commit comments

Comments
 (0)