-
Notifications
You must be signed in to change notification settings - Fork 23
Add post-install test to make sure installation works on all supported platforms #229
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
Conversation
🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.
b05d95e to
8c13757
Compare
This comment has been minimized.
This comment has been minimized.
.semaphore/project.yml
Outdated
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.
I think you have to add this task in service.yml otherwise this will be overwritten as stated in the header
.semaphore/post_install.yml
Outdated
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.
This file won't be managed by ServiceBot plugin, only project.yml should be, you can remove this comment.
045306a to
f99db41
Compare
Analysis Details
0 Issues
- Bug 0 Bugs
- Vulnerability 0 Vulnerabilities
- Code Smell 0 Code Smells
Coverage and Duplications
- Coverage No coverage information (70.00% Estimated after merge)
- Duplications No duplication information (3.60% Estimated after merge)
Project ID: confluent-kafka-javascript
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.
👍
Runs:
Once we do a 1.1.0-rcX release, I'll run the post install test one last time to verify it.
Accompanying PR for #228 to prevent issues like #221.