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