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

Implement Backend CI Testing Pipeline #75

Open
karinocheretny opened this issue Dec 9, 2023 · 0 comments
Open

Implement Backend CI Testing Pipeline #75

karinocheretny opened this issue Dec 9, 2023 · 0 comments
Labels
development Updates and modifications to development/deployment tools
Milestone

Comments

@karinocheretny
Copy link
Contributor

Create a new github actions workflow to automate unit testing for every PR.
The workflow should be able to initialize MySQL and then migrate and seed in the testing environment.
Then the workflow should npm run test and test all the 300 unit tests.

This should happen for every PR into either dev or main branches.

@karinocheretny karinocheretny added the development Updates and modifications to development/deployment tools label Dec 9, 2023
@karinocheretny karinocheretny self-assigned this Dec 9, 2023
@karinocheretny karinocheretny linked a pull request Dec 9, 2023 that will close this issue
@nilsstreedain nilsstreedain added this to the Future Team milestone Jun 3, 2024
@nilsstreedain nilsstreedain changed the title Create a node.js CI for PR testing Implement Backend CI Testing Pipeline Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Updates and modifications to development/deployment tools
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants