We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24349b4 commit 0d73bc4Copy full SHA for 0d73bc4
.github/workflows/unit-tests.yaml
@@ -128,12 +128,13 @@ jobs:
128
- name: Run packages tests
129
run: |
130
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} \
+ echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --keep-order --regex '(.+)' --shell "_run_task {1} \
+ 'bash -c \"(cd src/{1} \
133
+ && source .github/workflows/.utils.sh
134
&& $COMPOSER_MIN_STAB \
135
&& $COMPOSER_UP \
136
&& _before_test {1} ${{ matrix.php-version }} ${{ matrix.minimum-stability }} \
- && $PHPUNIT)'"
137
+ && $PHPUNIT)\"'"
138
139
js:
140
runs-on: ubuntu-latest
0 commit comments