-
Notifications
You must be signed in to change notification settings - Fork 14
Update test suite to use fewer GitHub API calls #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I presume |
|
What does this deploy error even mean? I don't think I ever seen these types of comments from github actions before. |
|
OK I'm going to merge this because we aren't testing any of our PRs against the PR itself, we're just running |
This updates our test suite to use smaller date ranges etc in order to reduce the number of API calls involved in our tests. We keep hitting rate limits, which makes iteration quite difficult in this package! I tried to pick ranges that still returned data, but much less data in general so that we don't hit our limits. Most of the changes here are just to the regression tests as a result.
I don't think we can test this until it is merged, because our tests use
pull_request_targetwhich means we don't run them on the branch, but usemaininstead.@stefanv any thoughts on this? I know you ran into this too