Skip to content

Commit 8256dfb

Browse files
committed
fix
1 parent 1dd5ac7 commit 8256dfb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build-common.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,13 @@ jobs:
161161
- name: Test
162162
# spotless is checked separately since it's a common source of failure
163163
run: >
164-
./gradlew check -x spotlessCheck
165-
-PtestJavaVersion=${{ matrix.test-java-version }}
166-
-PtestJavaVM=${{ matrix.vm }}
167-
-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}
168-
-Porg.gradle.java.installations.auto-download=false ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
164+
./gradlew
165+
check
166+
-x spotlessCheck
167+
-PtestJavaVersion=${{ matrix.test-java-version }}
168+
-PtestJavaVM=${{ matrix.vm }}
169+
-Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}
170+
-Porg.gradle.java.installations.auto-download=false ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
169171
170172
setup-smoke-test-matrix:
171173
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)