Skip to content

Commit

Permalink
GH-461 - Explicitly use clean verify for integration builds.
Browse files Browse the repository at this point in the history
To make sure we always use fresh dependencies.
  • Loading branch information
odrotbohm committed Jan 17, 2024
1 parent 6905fdd commit 3486b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: |
cd spring-modulith-examples
../mvnw -B versions:update-parent -DskipResolution=true -DparentVersion=${{ matrix.version }}
../mvnw -B -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}
../mvnw -B clean verify -Pwith-preview-repos -Dspring-boot.version=${{ matrix.version }}

0 comments on commit 3486b11

Please sign in to comment.