Skip to content

Commit 3775ba0

Browse files
committed
iterate
1 parent 56ad230 commit 3775ba0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,12 @@ jobs:
128128
- name: Run packages tests
129129
run: |
130130
source .github/workflows/.utils.sh
131-
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --regex '(.+)' --shell "_run_task {1} \
132-
'bash -c \"(cd src/{1} \
133-
&& source .github/workflows/.utils.sh
131+
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --regex '(.+)' --shell --shell-path bash --shell-argument -c "_run_task {1} \
132+
'(cd src/{1} \
134133
&& $COMPOSER_MIN_STAB \
135134
&& $COMPOSER_UP \
136135
&& _before_test {1} ${{ matrix.php-version }} ${{ matrix.minimum-stability }} \
137-
&& $PHPUNIT)\"'"
136+
&& $PHPUNIT)'"
138137
139138
js:
140139
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)