Skip to content

Commit a09d1c1

Browse files
committed
ci: temporarily disable parallel build
Signed-off-by: Marc Nuri <[email protected]>
1 parent 65df6b2 commit a09d1c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
java-version: ${{ matrix.java }}
5555
distribution: 'temurin'
5656
- name: Build Project
57-
run: make install MAVEN_ARGS="${MAVEN_ARGS}"
57+
#run: make install MAVEN_ARGS="${MAVEN_ARGS}"
58+
run: mvn ${MAVEN_ARGS} install
5859

5960
- name: Check java-generator CLI
6061
run: |

0 commit comments

Comments
 (0)