diff --git a/.github/scripts/create-flaky-test-report.mjs b/.github/scripts/create-flaky-test-report.mjs index 27667df0..d3fb5da4 100644 --- a/.github/scripts/create-flaky-test-report.mjs +++ b/.github/scripts/create-flaky-test-report.mjs @@ -20,7 +20,7 @@ const env = { SLACK_WEBHOOK_FLAKY_TESTS: process.env.SLACK_WEBHOOK_FLAKY_TESTS || '', TEST_REPORT_ARTIFACTS: process.env.TEST_REPORT_ARTIFACTS ? process.env.TEST_REPORT_ARTIFACTS.split(',').map(name => name.trim()) - : ['test-e2e-android-report', 'test-e2e-ios-report', 'test-e2e-chrome-report', 'test-e2e-firefox-report'], + : ['e2e-android-json-report', 'e2e-ios-json-report', 'test-e2e-chrome-report', 'test-e2e-firefox-report'], }; function getDateRange() {