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 c66f8c5 commit 048b9c0Copy full SHA for 048b9c0
.github/workflows/unit-tests.yaml
@@ -138,7 +138,7 @@ jobs:
138
'(cd src/$PACKAGE \
139
&& $COMPOSER_MIN_STAB \
140
&& $COMPOSER_UP \
141
- && if [ "$PACKAGE" = "LiveComponent" ]; then live_component_post_install \"${{ matrix.php-version }}\"; fi \
+ && if [ "$PACKAGE" = "LiveComponent" ]; then live_component_post_install ${{ matrix.php-version }}; fi \
142
&& $PHPUNIT)'; then
143
FAILED_PACKAGES="$FAILED_PACKAGES $PACKAGE"
144
fi
0 commit comments