Skip to content
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] Integrate CI with the minishell tester #46

Merged
merged 5 commits into from
Dec 27, 2023
Merged

[CI] Integrate CI with the minishell tester #46

merged 5 commits into from
Dec 27, 2023

Conversation

LeaYeh
Copy link
Owner

@LeaYeh LeaYeh commented Dec 27, 2023

  • Add testing flow to github actions 1. set up the tester 2. Check if the PR has no memory leaks 3. Compare if the failed count is less than or equal to the main branch
  • Add act executable to run the github actions locally
  • Rename the yaml file

Resolved #30

- Add testing flow to github actions
    1. set up the tester
    2. Check if the PR has no memory leaks
    3. Compare if the failed count is less than or equal to the main branch
- Add `act` executable to run the github actions locally
- Rename the yaml file
.github/workflows/test.yml Outdated Show resolved Hide resolved
@LeaYeh LeaYeh merged commit 60efde8 into main Dec 27, 2023
1 check passed
@LeaYeh LeaYeh deleted the gh-actions branch December 27, 2023 15:19
@itislu itislu changed the title feat: Integrate CI with the minishell tester [CI] Integrate CI with the minishell tester Dec 27, 2023
@itislu itislu self-assigned this Dec 27, 2023
@itislu itislu added the devops Development related label Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Development related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Nice to have a unit-test framework with git action
2 participants