gh-gei
gh-gei copied to clipboard
Enable CLI Integration Tests to be Run Locally
Currently, integration tests can only be run in GitHub Actions and are typically observed on push. We should update integration tests so that they easily and successfully run locally to better debug and maintain code.
Tasks
- [ ] Spike what it would take to update integration tests
- [ ] Update integration tests
- [ ] Update documentation as necessary