mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 08:22:55 +00:00
GitHub Autocomment: fix flaky test notifications
This commit is contained in:
committed by
Alexander Bayandin
parent
1d490b2311
commit
7fc778d251
@@ -69,7 +69,7 @@ module.exports = async ({ github, context, fetch, reports }) => {
|
||||
if (test.retriesCount > 0) {
|
||||
retriedTests.push(test);
|
||||
|
||||
if (test.retriedStatusChangedTests) {
|
||||
if (test.retriesStatusChange) {
|
||||
retriedStatusChangedTests.push(test);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user