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 3930c6f commit c074ac5Copy full SHA for c074ac5
.github/workflows/unit-tests.yaml
@@ -129,7 +129,7 @@ jobs:
129
shell: bash
130
run: |
131
source .github/workflows/.utils.sh
132
- echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --shell --exit-on-error --regex '(.+)' "source .github/workflows/.utils.sh; _run_task {1} \
+ echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --regex '(.+)' --shell --shell-path bash --shell-arguments -c "source .github/workflows/.utils.sh; _run_task {1} \
133
'(cd src/{1} \
134
&& $COMPOSER_MIN_STAB \
135
&& $COMPOSER_UP \
0 commit comments