File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11# Create a non-exiting version of _run_task for sequential execution
22# This is used to run the tests sequentially on Windows
33# because parallel is not available on Windows.
4- _run_task_sequential () {
4+ _run_task () {
55 local ok=0
66 local title=" $1 "
77 local start=$( date -u +%s)
@@ -19,12 +19,6 @@ _run_task_sequential() {
1919 echo -e " \n\\ e[32mOK\\ e[0m $title \\ n\\ n::endgroup::"
2020 fi
2121
22- return $ok
23- }
24- export -f _run_task_sequential
25-
26- _run_task () {
27- _run_task_sequential " $1 " " $2 "
2822 exit $?
2923}
3024export -f _run_task
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments