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

olamy pushed a commit to branch archiva-2.x-gh-actions
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x-gh-actions by this 
push:
     new 176bb9f75 can only work with install
176bb9f75 is described below

commit 176bb9f7569e40d9a9ea217b67b933ecb0e26817
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 10 10:54:11 2022 +1000

    can only work with install
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 09e88d311..2bcd9ff54 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -47,4 +47,4 @@ jobs:
           cache: 'maven'
 
       - name: Build with Maven
-        run: mvn -e -B -V verify
+        run: mvn -e -B -V install

Reply via email to