Skip to content

Commit cd57454

Browse files
committed
Fix
1 parent 0793cb6 commit cd57454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: "Run tests with explicit version"
9595
run: |
96-
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean package spring-boot:run -pl :spring-app -Dcloud-sdk.version=${{ matrix.version }} -Denforcer.skip=true"
96+
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean package -pl :spring-app -DskipTests=false -Dcloud-sdk.version=${{ matrix.version }} -Denforcer.skip=true"
9797
mvn $MVN_ARGS
9898
env:
9999
# See "End-to-end test application instructions" on the README.md to update the secret

0 commit comments

Comments
 (0)