This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ebf541  fix goals
5ebf541 is described below

commit 5ebf54151db1b60d0fe17a344a01a34986d50f62
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Oct 15 13:09:47 2021 +1000

    fix goals
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/workflows/maven-verify-with-its.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify-with-its.yml 
b/.github/workflows/maven-verify-with-its.yml
index ab95d35..b2b5bb9 100644
--- a/.github/workflows/maven-verify-with-its.yml
+++ b/.github/workflows/maven-verify-with-its.yml
@@ -92,7 +92,7 @@ jobs:
           cache: 'maven'
 
       - name: Build with Maven
-        run: mvn --errors --batch-mode --show-version -P run-its 
-D"invoker.streamLogsOnFailures" verify
+        run: mvn ${{ inputs.maven_args }}
 
       - name: Build Maven Site
-        run: mvn ${{ inputs.maven_args }}
+        run: mvn ${{ inputs.maven_args }} site

Reply via email to