Unverified Commit 89f004e0 authored by godofredoc's avatar godofredoc Committed by GitHub

Add windows builders to presubmit. (#63726)

parent 88118bcb
...@@ -26,9 +26,16 @@ ...@@ -26,9 +26,16 @@
"taskName":"web_tests" "taskName":"web_tests"
}, },
{ {
"name":"Windows", "name": "Windows build_tests",
"repo":"flutter", "repo": "flutter",
"taskName":"windows_bot" "task_name": "win_build_tests",
"flaky": false
},
{
"name": "Windows framework_tests",
"repo": "flutter",
"task_name": "win_framework_tests",
"flaky": false
} }
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment