Skip to content

Commit

Permalink
Use coloring when running maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 16, 2022
1 parent 5af9ffc commit eb73d6e
Showing 1 changed file with 1 addition 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 @@ -30,4 +30,4 @@ jobs:
- name: Build with Maven
env:
BROWSER: chrome-container
run: mvn -V -ntp clean verify --file pom.xml '-Djenkins.test.timeout=5000' '-Dgpg.skip'
run: mvn -V --color always -ntp clean verify --file pom.xml '-Djenkins.test.timeout=5000' '-Dgpg.skip'

0 comments on commit eb73d6e

Please sign in to comment.