Skip to content

Commit

Permalink
Execute fail-fast job without ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 22, 2024
1 parent 08a64ff commit 06ba7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
ff-goal: '-P run-its install' # site use project version for reporting
verify-goal: '-P run-its install' # should be the same as for first build
ff-goal: 'install' # site use project version for reporting, no ITs
verify-goal: '-P run-its verify'

# deploy:
# name: Deploy
Expand Down

0 comments on commit 06ba7d0

Please sign in to comment.