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.
2 parents 55111bb + 40f9668 commit d56ecc9Copy full SHA for d56ecc9
.github/workflows/unit-tests.yml
@@ -214,7 +214,7 @@ jobs:
214
export SYMFONY_REQUIRE=">=$SYMFONY_VERSION"
215
git fetch --depth=2 origin $SYMFONY_VERSION
216
git checkout -m FETCH_HEAD
217
- PATCHED_COMPONENTS=$(echo "$PATCHED_COMPONENTS" | xargs dirname | xargs -n1 -I{} bash -c "[ -e '{}/phpunit.xml.dist' ] && echo '{}'" | sort || true)
+ PATCHED_COMPONENTS=$(echo "$PATCHED_COMPONENTS" | xargs dirname | xargs -I{} bash -c "[ -e '{}/phpunit.xml.dist' ] && echo '{}'" | sort || true)
218
if [[ $PATCHED_COMPONENTS ]]; then
219
echo "::group::install phpunit"
220
./phpunit install
0 commit comments