-
Notifications
You must be signed in to change notification settings - Fork 59
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 basic github workflow for build and test #123
Conversation
1275a89
to
79fac71
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.
Switch CI to build a snapshot.
In traditional maven projects you want to be developing snapshot, then when you're ready to make it alpha, beta, rc and release. But in Gradle we parameterize this. So most of the time you want a throw-away build that can't accidentally become release.
23c18f7
to
081fee0
Compare
c1c87a2
to
2b40754
Compare
957eb7f
c2231a7
to
3c230af
Compare
1e501b8
to
27bd57a
Compare
Signed-off-by: Sooraj Sinha <[email protected]>
6b81e72
Done |
I've addressed the changes suggested. Need to push the changes now.
Signed-off-by: Sooraj Sinha <[email protected]> Co-authored-by: Ankit Kala <[email protected]>
Description
Adding a github workflow which will build and run integ test on PRs/code pushed to
main
.Sample test run : https://github.com/soosinha/cross-cluster-replication/pull/1/checks?check_run_id=3442155037
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.