Skip to content

Commit

Permalink
Build subprojects in parallel (#3223)
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Jin <[email protected]>
(cherry picked from commit 44a92c5)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent c566ea7 commit 1e9f78b
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 @@ -55,7 +55,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: Run backward compatibility tests
run: |
Expand Down Expand Up @@ -122,7 +122,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 1e9f78b

Please sign in to comment.