We should really not hit a live GET endpoint while testing locally or through the github action.
Potential solutions:
- use Nock to intercept the endpoint (this may not work outside of a testing context as we are using a CLI)
- a local server that can mimic the response from the endpoint provided by the API, although we have no way to set the URL within the CLI or API package
We should really not hit a live GET endpoint while testing locally or through the github action.
Potential solutions: