devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Add CI testing for Windows to Github actions

Open kenzieschmoll opened this issue 1 year ago • 0 comments

We have had several windows-related bugs in the past related to URIs, differences in permissions, etc. Many of these would have been able to have been caught if we had integration testing on Windows.

Right now adding Windows jobs is blocked on the fact that our CI scripts are shell scripts (see https://github.com/flutter/devtools/issues/6324).

In order to add Windows tests, these would need to be converted to Dart scripts (where possible), or copied to a Windows equivalent.

CC @DanTup

kenzieschmoll avatar Apr 09 '24 16:04 kenzieschmoll