File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments