Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Color the console output.
Browse files Browse the repository at this point in the history
Mailaender committed Jan 27, 2025
1 parent cab8b3f commit 75d9006
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -29,5 +29,9 @@ jobs:
uses: actions/checkout@v4
with:
path: openchrom3rdparty

- name: Build with Maven
run: cd openchrom3rdparty && mvn -f openchrom/cbi/net.openchrom.thirdparty.cbi/pom.xml install --batch-mode --no-transfer-progress
run: |
cd openchrom3rdparty
mvn -f openchrom/cbi/net.openchrom.thirdparty.cbi/pom.xml install \
--batch-mode --no-transfer-progress -Dstyle.color=always

0 comments on commit 75d9006

Please sign in to comment.