Skip to content

Commit

Permalink
ci: temporarily disable 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 16, 2024
1 parent 65df6b2 commit a09d1c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Build Project
run: make install MAVEN_ARGS="${MAVEN_ARGS}"
#run: make install MAVEN_ARGS="${MAVEN_ARGS}"
run: mvn ${MAVEN_ARGS} install

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

0 comments on commit a09d1c1

Please sign in to comment.