You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our builds have started failing in the powertools-validation unit tests. The ValidationAspectTest tries to do some validation that requires the retrieval of a schema from https://json-schema.org/draft/2019-09/meta/core - this works locally, but seems to be blocked on Github Actions, returning a 403.
What were you trying to accomplish?
Expected Behavior
Unit tests work everywhere.
Current Behavior
Possible Solution
Let's talk to the json-schema team if possible to try work out why this is 403ing from github, and if there is a risk of this happening from within Lambdas as well.
Another option could be using the uriMappingsmentioned in the documentation for the unit test itself, to provide local copies of the schema tested to avoid the call out from the actions runner to the internet.
Steps to Reproduce (for bugs)
Run any build from the github runners.
The text was updated successfully, but these errors were encountered:
Our builds have started failing in the powertools-validation unit tests. The
ValidationAspectTest
tries to do some validation that requires the retrieval of a schema from https://json-schema.org/draft/2019-09/meta/core - this works locally, but seems to be blocked on Github Actions, returning a 403.What were you trying to accomplish?
Expected Behavior
Unit tests work everywhere.
Current Behavior
Possible Solution
Let's talk to the json-schema team if possible to try work out why this is 403ing from github, and if there is a risk of this happening from within Lambdas as well.
Another option could be using the
uriMappings
mentioned in the documentation for the unit test itself, to provide local copies of the schema tested to avoid the call out from the actions runner to the internet.Steps to Reproduce (for bugs)
Run any build from the github runners.
The text was updated successfully, but these errors were encountered: