Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a-d committed Nov 14, 2024
1 parent 1073c48 commit 2e06471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: "Build SDK"
run: |
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting"
MVN_ARGS="${{ env.MVN_MULTI_THREADED_ARGS }} clean install -DskipTests -DskipFormatting -pl '!:spring-app'"
mvn $MVN_ARGS
test-dependency-versions:
Expand All @@ -98,7 +98,7 @@ jobs:

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

0 comments on commit 2e06471

Please sign in to comment.