10000 - · qurben/symfony@c2e4ac6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2e4ac6

Browse files
-
1 parent 2545205 commit c2e4ac6

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
@@ -61,7 +61,6 @@ jobs:
6161
COMPOSER_HOME="$(composer config home)"
6262
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
6363
64-
echo COLUMNS=120 >> $GITHUB_ENV
6564
echo PHPUNIT="$(readlink -f ./phpunit) --exclude-group tty,benchmark,intl-data" >> $GITHUB_ENV
6665
echo COMPOSER_UP='composer update --no-progress --ansi' >> $GITHUB_ENV
6766
@@ -150,6 +149,7 @@ jobs:
150149
local ok=0
151150
local title="$1 $FLIP"
152151
local start=$(date -u +%s)
152+
export COLUMNS=120
153153
OUTPUT=$(bash -xc "$2" 2>&1) || ok=1
154154
local end=$(date -u +%s)
155155

0 commit comments

Comments
 (0)
0