From 5633195f7e70a514ec3011a79c392e375425631b Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 17 Mar 2024 12:47:44 +0700 Subject: [PATCH] fix: fail-fast would block matrix jobs as soon as a job is failed (#2401) --- .github/workflows/jan-electron-linter-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jan-electron-linter-and-test.yml b/.github/workflows/jan-electron-linter-and-test.yml index 891cd8051..96258e709 100644 --- a/.github/workflows/jan-electron-linter-and-test.yml +++ b/.github/workflows/jan-electron-linter-and-test.yml @@ -67,6 +67,7 @@ jobs: test-on-windows: strategy: + fail-fast: false matrix: antivirus-tools: ['mcafee', 'default-windows-security','bit-defender'] runs-on: windows-desktop-${{ matrix.antivirus-tools }}