diff --git a/lib/bin/cli.js b/lib/bin/cli.js index 7b2b9867..ed24afeb 100755 --- a/lib/bin/cli.js +++ b/lib/bin/cli.js @@ -43,7 +43,6 @@ program .command('finish') .description('Finish Run by its ID') .action(async () => { - process.env.TESTOMATIO_RUN ||= readLatestRunId(); if (!process.env.TESTOMATIO_RUN) { diff --git a/lib/pipe/testomatio.js b/lib/pipe/testomatio.js index 4fb7662e..708abe59 100644 --- a/lib/pipe/testomatio.js +++ b/lib/pipe/testomatio.js @@ -216,9 +216,6 @@ class TestomatioPipe { console.log(APP_PREFIX, '📊 Report created. Report ID:', this.runId); process.env.runId = this.runId; debug('Run created', this.runId); - try { - - } } catch (err) { console.error( APP_PREFIX,