From 76f6a922f3d8d1a2431c510ede992c0bb68bd72a Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 5 Nov 2019 09:42:23 +0100 Subject: [PATCH] Do not cancel other matrix jobs on github actions We want to see if this is a env specific error or a general one. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd97f210f9..cb40a0e4a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ jobs: RSpec: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: ruby: - '2.5.x'