8000 debug failure · symfony/symfony@a0c4375 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0c4375

Browse files
committed
debug failure
1 parent 4ec3be7 commit a0c4375

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,12 @@ jobs:
102102
fi
103103
104104
# For the highest branch, in high-deps mode, the version before it is checked out and tested with the locally patched components
105+
echo $SYMFONY_VERSION
106+
echo "$SYMFONY_VERSIONS" | tail -n 1 | sed s/.//
105107
if [[ "${{ matrix.mode }}" = high-deps && $SYMFONY_VERSION = $(echo "$SYMFONY_VERSIONS" | tail -n 1 | sed s/.//) ]]; then
106108
echo FLIP='^' >> $GITHUB_ENV
107109
SYMFONY_VERSION=$(echo "$SYMFONY_VERSIONS" | grep -FB1 /$SYMFONY_VERSION | head -n 1 | sed s/.//)
110+
echo SYMFONY_VERSION
108111
git fetch --depth=2 origin $SYMFONY_VERSION
109112
git checkout -m FETCH_HEAD
110113
echo COMPONENTS=$(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h ') >> $GITHUB_ENV

0 commit comments

Comments
 (0)
0