Skip to content

Commit bd412f2

Browse files
Tweak GHA
1 parent c6193bf commit bd412f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
git config --global user.email ""
5858
git config --global user.name "Symfony"
5959
git config --global init.defaultBranch main
60+
git config --global advice.detachedHead false
6061
6162
COMPOSER_HOME="$(composer config home)"
6263
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
@@ -148,7 +149,7 @@ jobs:
148149
run: |
149150
_run_tests() {
150151
local ok=0
151-
local title="$1 $FLIP"
152+
local title="$1$FLIP"
152153
local start=$(date -u +%s)
153154
OUTPUT=$(bash -xc "$2" 2>&1) || ok=1
154155
local end=$(date -u +%s)

0 commit comments

Comments
 (0)