You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/10 01:07:15 UTC

[archiva] branch archiva-2.x-gh-actions updated: fail fast

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 0b02bcbca fail fast
0b02bcbca is described below

commit 0b02bcbca039618c0c0632171994fbfd6cb683ba
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 10 11:07:06 2022 +1000

    fail fast
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .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 e80a5fa92..3cb8b6d83 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
       matrix:
         os: [ubuntu-latest, windows-latest]
         java: [7, 8]
-      fail-fast: false
+      fail-fast: true
 
     runs-on: ${{ matrix.os }}