Skip to content

Commit

Permalink
GH build improvement - skip one build in matrix
Browse files Browse the repository at this point in the history
We need the same goal for first build and for build in the matrix
in order to skip the same build.
  • Loading branch information
slawekjaranowski committed Nov 21, 2022
1 parent 7e7ed21 commit acc5dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Expand Up @@ -24,8 +24,9 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-goal: '-P run-its install'
ff-goal: '-P run-its install' # site use project version for reporting
ff-maven: "3.8.6" # Maven version for fail-fast-build
verify-goal: '-P run-its install' # should be the same as for first build
maven-matrix: '[ "3.2.5", "3.8.6" ]' # Maven versions matrix for verify builds

deploy:
Expand Down

0 comments on commit acc5dbd

Please sign in to comment.