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 3c879c8 + 0d226b1 commit 40f9668Copy full SHA for 40f9668
.github/workflows/unit-tests.yml
@@ -212,7 +212,7 @@ jobs:
212
export SYMFONY_REQUIRE=">=$SYMFONY_VERSION"
213
git fetch --depth=2 origin $SYMFONY_VERSION
214
git checkout -m FETCH_HEAD
215
- 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)
216
if [[ $PATCHED_COMPONENTS ]]; then
217
echo "::group::install phpunit"
218
./phpunit install
0 commit comments