-
Notifications
You must be signed in to change notification settings - Fork 6
Add spring boot integration test #29
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
Add spring boot integration test #29
Conversation
b4b8457
to
c77e045
Compare
c77e045
to
6cfd48b
Compare
@csviri I only added the integration test for PR builds. Do you want it to add it into other workflows like "master-snapshot-release.yml", the "test" job? |
good, question, since they not running long, not really consuming too much resources, we might now. |
Added spring boot IT as part of the release workflow @csviri |
17df56b
to
6cfd48b
Compare
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.
LGTM
thank you @Sgitario ! |
Added an initial CI job to verify the steps to test the spring boot sample.
Note that there are many hardcoded values that need to be fixed in separate tests:
In future iterations, we should ease this workflow by generating the webhooks manifests for example.