Add a Windows runner for the CI #646
Labels
🖥️ Windows OS
Issue specific to the Windows OS.
👩🎓 newcomer task
Issue that is a good entry point to the source code for a newcomer.
💉 testing
Solving the issue involves creating/modifying unit tests or benchmarks.
Sometimes OSP-core's installation in Windows behaves differently that Linux's, producing unexpected errors. In order to detect this, CI should be executed with a Windows runner.
Since Windows Docker images require a Windows host, we can use one of GitHub's hosted runners until we can set up our own Windows machine.
Given the licensing restrictions stated here, a good choice would be to run the CI on every commit to
dev
(rather than on every commit in a PR)The text was updated successfully, but these errors were encountered: