From 053874e44173d096a4f632b0d130e24fb9fc8af2 Mon Sep 17 00:00:00 2001 From: Hugo Di Francesco Date: Mon, 13 Jan 2020 18:02:15 +0000 Subject: [PATCH] make action fail on failure... --- scripts/data-validate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/data-validate.js b/scripts/data-validate.js index fce9aa36..613969ea 100644 --- a/scripts/data-validate.js +++ b/scripts/data-validate.js @@ -82,5 +82,4 @@ async function isWorkingUrl(url) { `Action failed with ${failingUrls.length} URL fetch failures, see logs` ); } - process.exit(0); })();