-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create CI/CD workflow to test the installation script #12
Comments
@FaithKovi here is another interesting issue. it will help us test #11 and future changes. Do you want to take up the challenge? |
@kaxada sure I will |
I would need more details on it too |
So basically you are going to create a pipeline that successfully tests for successfully running the |
Sure I will start working on it |
This should be under
.github/workflows
folder.The workflow should be able to test the installation on a docker-machine for all the steps listed.
The workflow must run a matrix strategy for Linux, Windows and macOS environments.
The text was updated successfully, but these errors were encountered: