Skip to content

Commit

Permalink
ci: enable parallel build
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Dec 19, 2024
1 parent 318eff8 commit 95a0996
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Build Project
#run: make install MAVEN_ARGS="${MAVEN_ARGS}"
run: mvn ${MAVEN_ARGS} install
run: make install MAVEN_ARGS="${MAVEN_ARGS}"

- name: Check java-generator CLI
run: |
Expand Down

0 comments on commit 95a0996

Please sign in to comment.