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
For legacy reason we have the Windows and macOS tests running on Azure Pipelines
I think that Azure Pipelines were implemented before GitHub actions.
We already have the Linux tests on GHA.
The scope of this ticket is to move Windows tests.
macOS tests can be moved in a separate ticket.
One big advantage for GHA, is that is easy to debug via the tmate action.
Also, in the future, with Windows an GHA it should be easier to gather test coverage and generate and independent coverage report.
The text was updated successfully, but these errors were encountered:
#11628 Run Windows CI tests on GitHub Actions. (#11629)
f4c9fbe
Successfully merging a pull request may close this issue.
For legacy reason we have the Windows and macOS tests running on Azure Pipelines
I think that Azure Pipelines were implemented before GitHub actions.
We already have the Linux tests on GHA.
The scope of this ticket is to move Windows tests.
macOS tests can be moved in a separate ticket.
One big advantage for GHA, is that is easy to debug via the tmate action.
Also, in the future, with Windows an GHA it should be easier to gather test coverage and generate and independent coverage report.
The text was updated successfully, but these errors were encountered: