From 1fb3ca45c10989435b9f020bb6463c36d4bb89e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Oct 2021 23:15:27 +0200 Subject: [PATCH] CI: continue on build error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 401dbfa8..1e8ceef0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: continue-on-error: true - name: npm run build run: npm run build + continue-on-error: true - name: npm test run: npm test - name: npm run coverage -- 2.34.1