From 676e3138182167b2c86b4d1ccb73ab00d4272dd0 Mon Sep 17 00:00:00 2001 From: Matthew Lieder Date: Thu, 26 Oct 2023 14:12:36 -0500 Subject: [PATCH] #1144@patch: Add continue-on-error. --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 841bf8bab..fe5aba889 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -3,6 +3,7 @@ on: pull_request jobs: build: runs-on: ubuntu-latest + continue-on-error: true strategy: matrix: node-version: [16, 18, 20]