Skip to content

Commit 1e906e2

Browse files
committed
Set the COLUMNS environment variable to 320
See if that helps with the truncation (mid-URL) of this Stryker.NET log: Your report has been uploaded at: https://dashboard.stryker-mutator.io/reports/github.com/serilog-contrib/serilog- formatting-log4net/artifacts?realTime=true You can open it in your browser of choice.
1 parent 88ed4ad commit 1e906e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: true
1111
REPORTGENERATOR_LICENSE: ${{ secrets.REPORTGENERATOR_LICENSE }}
1212
TERM: xterm
13+
COLUMNS: 320
1314

1415
jobs:
1516
package:

0 commit comments

Comments
 (0)