Skip to content

Commit c545845

Browse files
committed
chore(ci): colorize output
1 parent de78c53 commit c545845

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
- name: Test
6868
run: |
6969
./mvnw -version
70-
./mvnw verify
70+
./mvnw -B --color always verify

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Release
103103
run: |
104-
./mvnw -B -U \
104+
./mvnw -B --color always -U \
105105
release:prepare \
106106
release:perform \
107107
-DdryRun=${{ inputs.dry_run }} \

0 commit comments

Comments
 (0)