From dc04ae67a43d4d39d6ce4cb7b5f0cbdaa05e7f95 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Sat, 3 Aug 2024 19:03:46 -0300 Subject: [PATCH] No issue: Enable fail-fast --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e4f401e5a..48dd3ec6e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ on: jobs: build: strategy: - fail-fast: false + fail-fast: true matrix: os: [ubuntu-latest, windows-latest] jdk: [17]