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 66cd28c commit 2285263Copy full SHA for 2285263
.github/workflows/unit-tests.yaml
@@ -126,10 +126,9 @@ jobs:
126
run: php .github/build-packages.php
127
128
- name: Run packages tests
129
- shell: bash
130
run: |
131
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} \
+ echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --regex '(.+)' --shell "; _run_task {1} \
133
'(cd src/{1} \
134
&& $COMPOSER_MIN_STAB \
135
&& $COMPOSER_UP \
0 commit comments