Dev
Experiment with new workflows
- checkout
chore/{name-of-branch}
- make updates to ../.github/workflows/proto.yml (Private)
- push to remote
- use the proto action to experiment
Run windows tests only
The github actions CI test pass for windows can be finicky and there are sometimes issues there that don't show up locally. If you are debugging a github actions windows integration test issue and need to actually run the integration test using github action, we have a specific workflow here that triggers when you push to a branch matching the following pattern: chore/windows-ci-*
This is an example of a pull request that makes use of this
Backlinks