Skip to content

Commit

Permalink
changed how latest run is stored
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Sep 24, 2024
1 parent d730248 commit 7172040
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
3 changes: 0 additions & 3 deletions lib/pipe/testomatio.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7172040

Please sign in to comment.