Skip to content

Commit

Permalink
Finetune test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 2, 2024
1 parent e3ae938 commit 7e5912d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

env:
LANG: ${{ matrix.locale }}
MAVEN_ARGS: "--batch-mode --no-transfer-progress"
MAVEN_ARGS: "--no-transfer-progress -Dstyle.color=always"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
</consoleOutputReporter>
<statelessTestsetInfoReporter
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
<theme>UNICODE</theme>
</statelessTestsetInfoReporter>
</configuration>
</plugin>
Expand Down

0 comments on commit 7e5912d

Please sign in to comment.