From 780cf6e1a42057273c568cc1c7cd9d743fdb5084 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 31 Oct 2022 09:04:05 +0100 Subject: [PATCH] Use install during first build --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4a11acbbd..8e9fa9406 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,6 +24,7 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3 with: + ff-goal: '-P run-its install' ff-maven: "3.8.6" # Maven version for fail-fast-build maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds