From befe95e847d6f7fd0ca280b67ba58e3a2eb3f013 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 2 Mar 2022 10:48:13 +1000 Subject: [PATCH] we should be able to use only verify Signed-off-by: Olivier Lamy --- .github/workflows/maven-verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 44340e8470..e4331b5ac9 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -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: |