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 940dc34 commit a8b92c5Copy full SHA for a8b92c5
.github/workflows/.utils.sh
@@ -19,7 +19,7 @@ _run_task() {
19
echo -e "\n\\e[32mOK\\e[0m $title\\n\\n::endgroup::"
20
fi
21
22
- exit $?
+ return $?
23
}
24
export -f _run_task
25
.github/workflows/unit-tests.yaml
@@ -132,7 +132,7 @@ jobs:
132
'(cd src/{1} \
133
&& $COMPOSER_MIN_STAB \
134
&& $COMPOSER_UP \
135
- && if [ \"{1}\" = \"LiveComponent\" ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.minimum-stability }}\"; fi \
+ && if [ \'{1}\' = \'LiveComponent\' ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.minimum-stability }}\"; fi \
136
&& $PHPUNIT)'"
137
138
js:
0 commit comments