Skip to content

Commit

Permalink
devops: restore flakiness dashboard upload (#6116)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Apr 7, 2021
1 parent d6c4157 commit 2897df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/default.config.ts
Expand Up @@ -42,7 +42,7 @@ folio.setConfig(config);
if (process.env.CI) {
folio.setReporters([
new folio.reporters.dot(),
new folio.reporters.json({ outputFile: path.join(__dirname, '..', 'test-results', 'report.json') }),
new folio.reporters.json({ outputFile: path.join(__dirname, '..', '..', 'test-results', 'report.json') }),
]);
}

Expand Down

0 comments on commit 2897df6

Please sign in to comment.