From b92097feada391b90f36223a6953351b46db586a Mon Sep 17 00:00:00 2001 From: Dan Hensby Date: Sun, 3 Sep 2023 23:39:24 +0100 Subject: [PATCH] ci: temp continue on error --- .github/workflows/nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 24d2e657..f36f76e3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -110,6 +110,7 @@ jobs: - codelint - test-linux runs-on: ${{ matrix.os }} + continue-on-error: true env: MSSQL_PASSWORD: 'yourStrong(!)Password' strategy: