You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2023/05/09 22:20:35 UTC

[axis-axis2-java-core] branch master updated: Set fail-fast to false

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ed1827b66 Set fail-fast to false
3ed1827b66 is described below

commit 3ed1827b6623da13d857526f11749b3240311109
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Tue May 9 23:20:24 2023 +0100

    Set fail-fast to false
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 78c9483a64..edc344a4d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
   build:
     strategy:
       matrix:
+        fail-fast: false
         java: [ 11, 17, 19 ]
     name: "Java ${{ matrix.java }}"
     runs-on: ubuntu-22.04