Skip to content

Commit 0e61d20

Browse files
authored
Revert "Build subprojects in parallel (opensearch-project#3223)" (opensearch-project#3234)
This reverts commit 44a92c5. Signed-off-by: Lantao Jin <[email protected]>
1 parent 79ffb14 commit 0e61d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sql-test-and-build-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build with Gradle
5353
run: |
5454
chown -R 1000:1000 `pwd`
55-
su `id -un 1000` -c "./gradlew --continue --parallel build"
55+
su `id -un 1000` -c "./gradlew --continue build"
5656
5757
- name: Create Artifact Path
5858
run: |
@@ -114,7 +114,7 @@ jobs:
114114
java-version: ${{ matrix.entry.java }}
115115

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

119119
- name: Create Artifact Path
120120
run: |

0 commit comments

Comments
 (0)