From 3486b119d9249528a0479148a9ebf6010f28593c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 17 Jan 2024 17:08:21 +0100 Subject: [PATCH] GH-461 - Explicitly use clean verify for integration builds. To make sure we always use fresh dependencies. --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 44f62a36..09309aca 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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 }}