make action fail on failure...

This commit is contained in:
Hugo Di Francesco 2020-01-13 18:02:15 +00:00
parent f7173a097e
commit 053874e441

View file

@ -82,5 +82,4 @@ async function isWorkingUrl(url) {
`Action failed with ${failingUrls.length} URL fetch failures, see logs`
);
}
process.exit(0);
})();