Skip to content

Commit 1ec3c24

Browse files
committed
Use coloring when running maven.
1 parent 82bf259 commit 1ec3c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Build with Maven
3131
env:
3232
BROWSER: chrome-container
33-
run: mvn -V -ntp clean verify --file pom.xml '-Djenkins.test.timeout=5000' '-Dgpg.skip'
33+
run: mvn -V --color always -ntp clean verify --file pom.xml '-Djenkins.test.timeout=5000' '-Dgpg.skip'

0 commit comments

Comments
 (0)