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 56ad230 commit 3775ba0Copy full SHA for 3775ba0
.github/workflows/unit-tests.yaml
@@ -128,13 +128,12 @@ 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
- 'bash -c \"(cd src/{1} \
133
- && source .github/workflows/.utils.sh
+ echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --regex '(.+)' --shell --shell-path bash --shell-argument -c "_run_task {1} \
+ '(cd src/{1} \
134
&& $COMPOSER_MIN_STAB \
135
&& $COMPOSER_UP \
136
&& _before_test {1} ${{ matrix.php-version }} ${{ matrix.minimum-stability }} \
137
- && $PHPUNIT)\"'"
+ && $PHPUNIT)'"
138
139
js:
140
runs-on: ubuntu-latest
0 commit comments