We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ffb14 commit 0e61d20Copy full SHA for 0e61d20
.github/workflows/sql-test-and-build-workflow.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Build with Gradle
53
run: |
54
chown -R 1000:1000 `pwd`
55
- su `id -un 1000` -c "./gradlew --continue --parallel build"
+ su `id -un 1000` -c "./gradlew --continue build"
56
57
- name: Create Artifact Path
58
@@ -114,7 +114,7 @@ jobs:
114
java-version: ${{ matrix.entry.java }}
115
116
117
- run: ./gradlew --continue --parallel build ${{ matrix.entry.os_build_args }}
+ run: ./gradlew --continue build ${{ matrix.entry.os_build_args }}
118
119
120
0 commit comments