From 6209a2c125e82a3559492f2ab99778389b37b02d Mon Sep 17 00:00:00 2001 From: Markus Schubert Date: Sun, 21 Apr 2024 12:13:12 +0200 Subject: [PATCH] Don't cancel strategy on job fail --- .github/workflows/integration_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 050253907..9c65eab35 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -8,6 +8,7 @@ on: jobs: test-suite: strategy: + fail-fast: false matrix: osl_version: [23.2.0, 24.1.0, 24.2.0] name: "optiSLang ${{ matrix.osl_version }}"