10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2545205 commit c2e4ac6Copy full SHA for c2e4ac6
.github/workflows/unit-tests.yml
@@ -61,7 +61,6 @@ jobs:
61
COMPOSER_HOME="$(composer config home)"
62
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
63
64
- echo COLUMNS=120 >> $GITHUB_ENV
65
echo PHPUNIT="$(readlink -f ./phpunit) --exclude-group tty,benchmark,intl-data" >> $GITHUB_ENV
66
echo COMPOSER_UP='composer update --no-progress --ansi' >> $GITHUB_ENV
67
@@ -150,6 +149,7 @@ jobs:
150
149
local ok=0
151
local title="$1 $FLIP"
152
local start=$(date -u +%s)
+ export COLUMNS=120
153
OUTPUT=$(bash -xc "$2" 2>&1) || ok=1
154
local end=$(date -u +%s)
155
0 commit comments