Skip to content

Commit 1e2d84d

Browse files
committed
Fix
1 parent 9a483da commit 1e2d84d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/dependency-test.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ on:
77
push:
88
branches:
99
- "workflow/compatibility-version"
10-
pull_request:
11-
branches:
12-
- "main"
13-
paths:
14-
- ".github/workflows/dependency-test.yaml"
1510

1611
env:
1712
MVN_MULTI_THREADED_ARGS: --batch-mode --no-transfer-progress --fail-at-end --show-version --threads 1C
@@ -73,7 +68,7 @@ jobs:
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:
@@ -98,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)