Closed boothmanrylan closed 10 months ago
I believe I fixed the linting issues, but the tests were failing on the Authenticate to Google Cloud step with:
Error: google-github-actions/auth failed with: retry function failed after 4 attempts: the GitHub Action workflow must specify exactly one of "workload_identity_provider" or "credentials_json"! If you are specifying input values via GitHub secrets, ensure the secret is being injected into the environment. By default, secrets are not passed to workflows triggered from forks, including Dependabot.
And I don't know how to fix that, I'm not very familiar with github actions or secrets, so any suggestions would be appreciated.
@boothmanrylan Could you sync and resolve the conflicts? Then, I should be able to approve your CL and run the integration tests.
@naschmitz I believe I have addressed your requested changes, please let me know if you need more information or if there are other changes I need to make.
Hi @dabhicusp I can switch that pixelLonLat
to pixelCoordinates
, but I'm not sure it is necessary. As far as I can tell that pixelLonLat
is just being used to create an image collection with known values to be used in tests e.g. getting the first element of the array and expecting the value to be -179.5
Also, all of the tests that use it are passing for me locally with my changes.
Fixes #96