Skip to content

Commit 048b9c0

Browse files
committed
iterate
1 parent c66f8c5 commit 048b9c0

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
@@ -138,7 +138,7 @@ jobs:
138138
'(cd src/$PACKAGE \
139139
&& $COMPOSER_MIN_STAB \
140140
&& $COMPOSER_UP \
141-
&& if [ "$PACKAGE" = "LiveComponent" ]; then live_component_post_install \"${{ matrix.php-version }}\"; fi \
141+
&& if [ "$PACKAGE" = "LiveComponent" ]; then live_component_post_install ${{ matrix.php-version }}; fi \
142142
&& $PHPUNIT)'; then
143143
FAILED_PACKAGES="$FAILED_PACKAGES $PACKAGE"
144144
fi

0 commit comments

Comments
 (0)