diff --git a/tests/json.test.js b/tests/json.test.js index 708d55c..08eeaac 100644 --- a/tests/json.test.js +++ b/tests/json.test.js @@ -9,6 +9,7 @@ if (data == 3) { core.setOutput('recordMessage', "Could not validate records."); core.setOutput('jsonData', "Could not read the JSON file, did you have an error in your syntax?") core.setOutput('shouldComment', 'true') + process.exit(0) } if (data == false) {