Closed K-dash closed 4 months ago
This pull request adds support for running tests on both Ubuntu and Windows platforms using GitHub Actions CI. The changes involve modifying the existing CI workflow to include a matrix strategy for different operating systems, preparing the environment file, and ensuring compatibility with both platforms.
Files | Changes |
---|---|
.github/workflows/pytest.yml |
Enhanced the CI workflow to support testing on both Ubuntu and Windows platforms, including environment setup and conditional steps. |
Please Review! @ryansurf (It's incredibly convenient that sourcery-ai reads the diff and generates the PR description for us!)
Summary by Sourcery
This pull request enhances the GitHub Actions CI workflow by adding support for testing on the Windows platform in addition to the existing Ubuntu platform. It introduces a matrix strategy to run tests on both operating systems, ensures the environment file is prepared correctly, and sets the default shell to bash.
Fixed https://github.com/ryansurf/cli-surf/issues/73