Skip to content

Commit

Permalink
we should be able to use only verify
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Mar 2, 2022
1 parent fc63d0d commit befe95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
with:
jdk-matrix: '[ "8", "11", "17", "18-ea" ]'
ff-jdk: '18-ea'
ff-goal: 'clean install site -nsu -T3'
ff-goal: 'clean verify site -nsu -T3'
ff-site-goal: '-v'
verify-goal: 'clean install -nsu -P run-its -T3'
verify-goal: 'clean verify -nsu -P run-its -T3'
verify-site-goal: '-v'
verify-fail-fast: false
failure-upload-path: |
Expand Down

0 comments on commit befe95e

Please sign in to comment.