devops: restore flakiness dashboard upload (#6116)

This commit is contained in:
Andrey Lushnikov 2021-04-07 00:46:52 -05:00 committed by GitHub
parent d6c415749a
commit 2897df693f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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') }),
]);
}