Skip to content

Commit 3486b11

Browse files
committed
GH-461 - Explicitly use clean verify for integration builds.
To make sure we always use fresh dependencies.
1 parent 6905fdd commit 3486b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: |
3737
cd spring-modulith-examples
3838
../mvnw -B versions:update-parent -DskipResolution=true -DparentVersion=${{ matrix.version }}
39-
../mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}
39+
../mvnw -B clean verify -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}

0 commit comments

Comments
 (0)