diff --git a/test/publish/index.js b/test/publish/index.js index 861d6aa..f2a570c 100644 --- a/test/publish/index.js +++ b/test/publish/index.js @@ -81,5 +81,6 @@ const dockerCommand = (args) => { await dockerCommand(dockerBuildParams); } catch (err) { console.error('Error while building or publishing docker image', err); + process.exit(1); } })();