From 1eff585675fedbcb8090467f69216b3ad20b4f13 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 13 Nov 2024 09:59:09 +0100 Subject: [PATCH] Do not fail fast for ci runs We still would like to see the other versions' results if one version fails. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 006f2cda7..cf71cba84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest name: build (${{matrix.env.URSIM_VERSION}}-${{matrix.env.ROBOT_MODEL}}) strategy: + fail-fast: false matrix: env: - DOCKER_RUN_OPTS: --network ursim_net