Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI testing for Windows to Github actions #7546

Open
kenzieschmoll opened this issue Apr 9, 2024 · 0 comments
Open

Add CI testing for Windows to Github actions #7546

kenzieschmoll opened this issue Apr 9, 2024 · 0 comments
Labels
Milestone

Comments

@kenzieschmoll
Copy link
Member

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 #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

@jacob314 jacob314 added this to the Backlog milestone Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants