From a00d4668741243139fdaeb43f120082e3992d319 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 23 Sep 2022 09:57:40 +0200 Subject: [PATCH] chore: add strategy.fail-fast=false (#9007) fail-fast=false ensures that we run all jobs even if some have failures to receive test results from all configurations. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aaf95781ac..36ae23618be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,6 +121,7 @@ jobs: name: ${{ matrix.spec.name }} tests on ${{ matrix.spec.machine }}(${{ matrix.spec.node }}) runs-on: ${{ matrix.spec.machine }} strategy: + fail-fast: false matrix: spec: - name: chrome-headless