Skip to content

Commit

Permalink
ci(#943): enable parallel maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Oct 2, 2024
1 parent 303651f commit 5224638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ jobs:
java -version
./mvnw -version
- name: Build Citrus
run: |
./mvnw --no-transfer-progress install
run: ./mvnw --no-transfer-progress -T1C install
3 changes: 1 addition & 2 deletions .github/workflows/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ jobs:
java -version
./mvnw -version
- name: Build Citrus
run: |
./mvnw --no-transfer-progress -Djava.version=${{ matrix.version }} install
run: ./mvnw --no-transfer-progress -T1C -Djava.version=${{ matrix.version }} install

0 comments on commit 5224638

Please sign in to comment.