Skip to content

Commit 40f9668

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: fix conflicting xargs options
2 parents 3c879c8 + 0d226b1 commit 40f9668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
export SYMFONY_REQUIRE=">=$SYMFONY_VERSION"
213213
git fetch --depth=2 origin $SYMFONY_VERSION
214214
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)
215+
PATCHED_COMPONENTS=$(echo "$PATCHED_COMPONENTS" | xargs dirname | xargs -I{} bash -c "[ -e '{}/phpunit.xml.dist' ] && echo '{}'" | sort || true)
216216
if [[ $PATCHED_COMPONENTS ]]; then
217217
echo "::group::install phpunit"
218218
./phpunit install

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy