From e92645f1ca148079ce8ca1fdb50214b3c8205171 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Mon, 29 May 2023 22:09:25 +0200 Subject: [PATCH] ci: set `fail-fast: false` on matrix job --- .github/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 259a12aa..2fd47ef8 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -6,6 +6,7 @@ on: jobs: build: strategy: + fail-fast: false matrix: os: [windows, macos, ubuntu] jvm_version: [11, 17]