From ce7bb895e713931e533bd55d013e9c2bcec95ae8 Mon Sep 17 00:00:00 2001 From: Siedlerchr Date: Sat, 14 Mar 2020 20:23:18 +0100 Subject: [PATCH] disable fail fast for the moment to let linux and windows build mac errors due to gradle dependecny fetching error --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index d707a8630d2..9211173b3bf 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -18,7 +18,7 @@ on: jobs: build: strategy: - fail-fast: true + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macOS-latest] include: