Skip to content

Commit 940dc34

Browse files
committed
iterate
1 parent 1e75abc commit 940dc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)