Skip to content

Commit a69e1d9

Browse files
authored
🌱 Add Dart and Flutter CI systems to CI tests check. (#1548)
* Add Dart and Flutter CI systems to CI tests check. The current check is looking at the github checks data to identify whether a given PR ran tests. Flutter and Dart repos are failing the check becuase their systems are not recognized as CI Systems. Bug: #1547 * Format file.
1 parent 40a9d48 commit a69e1d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

checks/ci_tests.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ func isTest(s string) bool {
151151
for _, pattern := range []string{
152152
"appveyor", "buildkite", "circleci", "e2e", "github-actions", "jenkins",
153153
"mergeable", "packit-as-a-service", "semaphoreci", "test", "travis-ci",
154+
"flutter-dashboard", "Cirrus CI",
154155
} {
155156
if strings.Contains(l, pattern) {
156157
return true

0 commit comments

Comments
 (0)