-
Notifications
You must be signed in to change notification settings - Fork 17
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
GitHub Action checks failing due to missing API key #100
Comments
Checks now passing on GitHub Actions, but currently it is cheating by skipping most tests on CI. I think this issue could be closed and can update progress towards making the tests pass (without sharing credentials) on #91. I already have a local branch where I have the ebirdchecklistfeed tests working without sharing credentials, using the |
Two GitHub Actions runs seemed to fail for non-rebird reasons. Maybe try rerunning the failed ones? https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs |
The error is in ubuntu-latest (release) and ubuntu-latest (oldrel-1) and it's an issue when setting up R dependencies with installing the withr package:
For some reason the ubuntu-latest (devel) build extracts withr just fine and passes. I think we can safely ignore these two build fails? |
Yes, I think can be ignored. Or could try re-running the failed actions (see above comment) and see if that produces a nice green check mark. |
That sorted it, all are passing. |
GitHub Actions checks are failing as they require an eBird API key to properly run the tests. I'm unsure of how to securely store an API key for those checks without making it public.
The text was updated successfully, but these errors were encountered: