Skip to content

Commit

Permalink
Build subprojects in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Jin <[email protected]>

Signed-off-by: Lantao Jin <[email protected]>
  • Loading branch information
LantaoJin committed Dec 30, 2024
1 parent 6712526 commit 33a2151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build with Gradle
run: |
chown -R 1000:1000 `pwd`
su `id -un 1000` -c "./gradlew --continue build"
su `id -un 1000` -c "./gradlew --continue --parallel build"
- name: Create Artifact Path
run: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
java-version: ${{ matrix.entry.java }}

- name: Build with Gradle
run: ./gradlew --continue build ${{ matrix.entry.os_build_args }}
run: ./gradlew --continue --parallel build ${{ matrix.entry.os_build_args }}

- name: Create Artifact Path
run: |
Expand Down

0 comments on commit 33a2151

Please sign in to comment.