-
Notifications
You must be signed in to change notification settings - Fork 8
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
ATO-1239: add running of provider test in contract test workflow #5853
base: main
Are you sure you want to change the base?
Conversation
Java Tests Not SkippedJava files were previously skipped in this pull request. Subsequent changes have caused the tests to be run. |
3591ace
to
709786a
Compare
709786a
to
3d937f4
Compare
environment "AWS_ACCESS_KEY_ID", "mock-access-key" | ||
environment "AWS_REGION", "eu-west-2" | ||
environment "DYNAMO_ENDPOINT", "http://localhost:8000" | ||
environment "REDIS_KEY", "session" | ||
environment "TRACING_ENABLED", "false" | ||
environment "AWS_SECRET_ACCESS_KEY", "mock-secret-key " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should there be a trailing space on the key here? Looks a bit odd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does look weird. Not sure if its needed but i copied it from the environments in the integration tests above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah fair enough, I guess it was ignoring whitespace then. As long as it works! 😄
|
Verify pact test from the prod pact broker. If you have access you can see under
clientRegistryProvider
Updated the gradle build with needed env variables
Updated workflow to verify pacts
Added comments to provider test to be able to run locally.
No further testing needed.