You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/09 17:02:46 UTC

[camel] branch main updated: (chores) ci: do not fail fast on the matrix build for alternative OSes

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new b4587fafd06 (chores) ci: do not fail fast on the matrix build for alternative OSes
b4587fafd06 is described below

commit b4587fafd061bb4550c265c2cb6caa6fbabaaa24
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jun 9 18:33:15 2022 +0200

    (chores) ci: do not fail fast on the matrix build for alternative OSes
---
 .github/workflows/alternative-os-build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/alternative-os-build.yml b/.github/workflows/alternative-os-build.yml
index f952be8755b..1b8e9f00c2f 100644
--- a/.github/workflows/alternative-os-build.yml
+++ b/.github/workflows/alternative-os-build.yml
@@ -31,6 +31,7 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, windows-2019]
+      fail-fast: false
     steps:
       - uses: actions/checkout@v3
         with: