diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4a11acbbd..6f2a086b8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,6 +27,13 @@ jobs: 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 + install: + name: Install + run: mvn -DskipTests install + with: + 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 + deploy: name: Deploy needs: build