diff --git a/src/index.ts b/src/index.ts index 141edbc..c94979f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -126,7 +126,7 @@ async function run() { core.info(`slim on target: ${inputTarget}`); - await shell.exec('slim', ['b', '--target', inputTarget, '--continue-after', '1'], {cwd: SLIM_PATH}); + await shell.exec('slim', ['b', '--target', inputTarget], {cwd: SLIM_PATH}); const data = fs.readFileSync(path.join(SLIM_PATH, 'slim.report.json')); const report = JSON.parse(data);