From 791a32da7eea786beaf8817b52e9a8d051dc58ca Mon Sep 17 00:00:00 2001 From: eps1lon Date: Fri, 10 Sep 2021 13:38:54 +0200 Subject: [PATCH] test: Run full matrix even if a single job fails --- .github/workflows/validate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8c9ec07e..e12e9f98 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -15,6 +15,8 @@ jobs: # ignore all-contributors PRs if: ${{ !contains(github.head_ref, 'all-contributors') }} strategy: + # Otherwise we would not know if the problem is tied to the Node.js version + fail-fast: false matrix: node: [12, 14, 16] runs-on: ubuntu-latest