File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 77 push :
88 branches :
99 - " workflow/compatibility-version"
10- pull_request :
11- branches :
12- - " main"
13- paths :
14- - " .github/workflows/dependency-test.yaml"
1510
1611env :
1712 MVN_MULTI_THREADED_ARGS : --batch-mode --no-transfer-progress --fail-at-end --show-version --threads 1C
7368
7469 - name : " Build SDK"
7570 run : |
76- MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting -Dspotless.skip=true "
71+ MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting"
7772 mvn $MVN_ARGS
7873
7974 test-dependency-versions :
9893
9994 - name : " Run tests with explicit version"
10095 run : |
101- MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean package -pl :spring-app -DskipTests=false -DskipFormatting -Dcloud-sdk.version=${{ matrix.version }} -Denforcer.skip=true"
96+ MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean package -pl :spring-app -DskipTests=false -DskipFormatting -Dcloud-sdk.version=${{ matrix.version }} -Denforcer.skip=true -Dspotless.skip=true "
10297 mvn $MVN_ARGS
10398 env :
10499 # See "End-to-end test application instructions" on the README.md to update the secret
You can’t perform that action at this time.
0 commit comments