-
Notifications
You must be signed in to change notification settings - Fork 2
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
CI Testing Pipeline #22
Conversation
Starting to create a GitHub action to set up a CI workflow for automatically checking that previous functionalities are not broken by new PRs.
Create main.yml for testing CI
build: testing ability to make a PR which is picked up by github action
…y those in test/maccGradedCase for now
…iner in GH workflow
…rather than just small generator for macc
@vincepick: thank you very much for creating the tests and the PR! To aid the review process and help future developers of this repo, could you please help add a summary of the tests created and the scripts? Many thanks! |
Hi @ndangtt , Yes of course, I would be happy to. There is the existing summary in the testreadme.md file, and I would be happy to elaborate, but am not entirely sure what parts I should be focusing on. Could you let me know which specific areas you'd like me to touch on further? I will add them to the testreadme as well right away. Thank you, |
This Pull Request includes the addition of the CI pipeline and the testing scripts.