You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure the reliability of the app we should add a continuos integration/deployment pipeline that checks the code and runs the tests.
Goals
Automate testing to streamline the development process.
Use the Github CI/CD solution
Proposed Solution
Set up a GitHub Actions workflow for our CI/CD pipeline. This will automatically trigger on every push to the repository, ensuring that code is continuously integrated and deployed.
Integrate unit tests and integration tests into the pipeline.
Background
To ensure the reliability of the app we should add a continuos integration/deployment pipeline that checks the code and runs the tests.
Goals
Automate testing to streamline the development process.
Use the Github CI/CD solution
Proposed Solution
Set up a GitHub Actions workflow for our CI/CD pipeline. This will automatically trigger on every push to the repository, ensuring that code is continuously integrated and deployed.
Integrate unit tests and integration tests into the pipeline.
Notes
This issue is dependent on #13
The text was updated successfully, but these errors were encountered: