Skip to content

Commit 51b292c

Browse files
authored
Removed check of how many tests failed.
1 parent 358fdad commit 51b292c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

RadarrAPI/Release/AppVeyor/AppVeyorReleaseSource.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ protected override async Task DoFetchReleasesAsync()
7070
var buildJob = buildExtended.Jobs.FirstOrDefault();
7171
if (buildJob == null ||
7272
buildJob.ArtifactsCount == 0 ||
73-
buildJob.FailedTestsCount >= 5 ||
7473
!buildExtended.Started.HasValue) continue;
7574

7675
// Grab artifacts
@@ -182,4 +181,4 @@ protected override async Task DoFetchReleasesAsync()
182181
}
183182
}
184183
}
185-
}
184+
}

0 commit comments

Comments
 (0)