Skip to content

Commit 06ba7d0

Browse files
Execute fail-fast job without ITs
1 parent 08a64ff commit 06ba7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
name: Verify
2525
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2626
with:
27-
ff-goal: '-P run-its install' # site use project version for reporting
28-
verify-goal: '-P run-its install' # should be the same as for first build
27+
ff-goal: 'install' # site use project version for reporting, no ITs
28+
verify-goal: '-P run-its verify'
2929

3030
# deploy:
3131
# name: Deploy

0 commit comments

Comments
 (0)