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 6ff7b64 mvn args as an input 6ff7b64 is described below commit 6ff7b64f453f3a31ea749fb379468e17c5b50b84 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Fri Oct 15 11:58:04 2021 +1000 mvn args as an input Signed-off-by: Olivier Lamy <ol...@apache.org> --- .github/workflows/maven-verify-with-its.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-verify-with-its.yml b/.github/workflows/maven-verify-with-its.yml index 8bb287c..ab95d35 100644 --- a/.github/workflows/maven-verify-with-its.yml +++ b/.github/workflows/maven-verify-with-its.yml @@ -64,7 +64,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 }} verify: needs: build