Skip to content

Commit 0d73bc4

Browse files
committed
iterate
1 parent 24349b4 commit 0d73bc4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,13 @@ 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-
'(cd src/{1} \
131+
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --keep-order --regex '(.+)' --shell "_run_task {1} \
132+
'bash -c \"(cd src/{1} \
133+
&& source .github/workflows/.utils.sh
133134
&& $COMPOSER_MIN_STAB \
134135
&& $COMPOSER_UP \
135136
&& _before_test {1} ${{ matrix.php-version }} ${{ matrix.minimum-stability }} \
136-
&& $PHPUNIT)'"
137+
&& $PHPUNIT)\"'"
137138
138139
js:
139140
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)