From 436846b33772ae246faf1b5585b459df5c79555e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Oct 2021 23:28:10 +0200 Subject: [PATCH] Revert "CI: continue on build error" This reverts commit 1fb3ca45c10989435b9f020bb6463c36d4bb89e0. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e8ceef0..401dbfa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,6 @@ 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