You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/16 17:27:27 UTC

[maven-gh-actions-shared] branch main updated: Add maven goal for fail fast build

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

slachiewicz 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 1b6a90e  Add maven goal for fail fast build
1b6a90e is described below

commit 1b6a90e01068f15063de3a357ccd7150f586f59c
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Oct 16 19:13:29 2021 +0200

    Add maven goal for fail fast build
---
 .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 f00405b..0975048 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 ${{ inputs.maven_args }}
+        run: mvn ${{ inputs.maven_args }} verify
 
   verify:
     needs: build