Skip to content

Commit a8b92c5

Browse files
committed
iterate
1 parent 940dc34 commit a8b92c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _run_task() {
1919
echo -e "\n\\e[32mOK\\e[0m $title\\n\\n::endgroup::"
2020
fi
2121

22-
exit $?
22+
return $?
2323
}
2424
export -f _run_task
2525

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
'(cd src/{1} \
133133
&& $COMPOSER_MIN_STAB \
134134
&& $COMPOSER_UP \
135-
&& if [ \"{1}\" = \"LiveComponent\" ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.minimum-stability }}\"; fi \
135+
&& if [ \'{1}\' = \'LiveComponent\' ]; then install_property_info_for_version \"${{ matrix.php-version }}\" \"${{ matrix.minimum-stability }}\"; fi \
136136
&& $PHPUNIT)'"
137137
138138
js:

0 commit comments

Comments
 (0)