Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprun windows tests on the public repo #154
Conversation
|
Thanks very much for contributing! Your pull request has been merged If you haven't already, you can add yourself to the list of contributors by creating a new comment in this PR using these instructions. Thanks again! |
We have an existing Actions workflow that runs our tests in a Windows environment. It runs once a day on the private repo.
This PR updates the workflow to run on the public repo too, so external contributors will have more insight into the status of those tests.
cc @github/docs-engineering
See also #137