From 483c6ac70dade0ac6f11740039204334d7a723df Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Mon, 31 Mar 2025 16:14:05 +0100 Subject: [PATCH] CI: Don't fail fast on unit tests (#103109) don't fail fast on unit tests --- .github/workflows/pr-frontend-unit-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-frontend-unit-tests.yml b/.github/workflows/pr-frontend-unit-tests.yml index 3cbdf944b61..f3c61032d52 100644 --- a/.github/workflows/pr-frontend-unit-tests.yml +++ b/.github/workflows/pr-frontend-unit-tests.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest-8-cores name: "Unit tests (${{ matrix.chunk }} / 8)" strategy: + fail-fast: false matrix: chunk: [1, 2, 3, 4, 5, 6, 7, 8] steps: