[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 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
[axis-axis2-java-core] branch master updated: Fix .github/workflows/ci.yml
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 4a29b59d87 Fix .github/workflows/ci.yml 4a29b59d87 is described below commit 4a29b59d87a2718dc3711424ced567e0c374120d Author: Andreas Veithen AuthorDate: Tue May 9 23:22:12 2023 +0100 Fix .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edc344a4d7..47190dc95c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ env: jobs: build: strategy: + fail-fast: false matrix: -fail-fast: false java: [ 11, 17, 19 ] name: "Java ${{ matrix.java }}" runs-on: ubuntu-22.04