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]>
  • Loading branch information
LantaoJin committed Dec 30, 2024
1 parent 6712526 commit 0b33944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit 0b33944

Please sign in to comment.