We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6193bf commit bd412f2Copy full SHA for bd412f2
.github/workflows/unit-tests.yml
@@ -57,6 +57,7 @@ jobs:
57
git config --global user.email ""
58
git config --global user.name "Symfony"
59
git config --global init.defaultBranch main
60
+ git config --global advice.detachedHead false
61
62
COMPOSER_HOME="$(composer config home)"
63
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
@@ -148,7 +149,7 @@ jobs:
148
149
run: |
150
_run_tests() {
151
local ok=0
- local title="$1 $FLIP"
152
+ local title="$1$FLIP"
153
local start=$(date -u +%s)
154
OUTPUT=$(bash -xc "$2" 2>&1) || ok=1
155
local end=$(date -u +%s)
0 commit comments