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 5af9040 commit 76d5ed6Copy full SHA for 76d5ed6
.github/workflows/unit-tests.yaml
@@ -128,7 +128,7 @@ jobs:
128
- name: Run packages tests
129
run: |
130
source .github/workflows/.utils.sh
131
- echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --shell --shell-path /bin/bash --exit-on-error --regex '(.+)' "source .github/workflows/.utils.sh; _run_task {1} \
+ echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --shell --shell-path bash --exit-on-error --regex '(.+)' "source .github/workflows/.utils.sh; _run_task {1} \
132
'(cd src/{1} \
133
&& $COMPOSER_MIN_STAB \
134
&& $COMPOSER_UP \
0 commit comments