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

Tooling: Add CI/CD pipeline #14

Closed
rubenmate opened this issue May 11, 2024 · 1 comment · Fixed by #15, #16 or #17
Closed

Tooling: Add CI/CD pipeline #14

rubenmate opened this issue May 11, 2024 · 1 comment · Fixed by #15, #16 or #17
Labels
testing Testing related issued tooling Additions to the app tooling
Milestone

Comments

@rubenmate
Copy link
Owner

rubenmate commented May 11, 2024

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

@rubenmate rubenmate added tooling Additions to the app tooling testing Testing related issued labels May 11, 2024
@rubenmate rubenmate added this to the Sprint 2 milestone May 11, 2024
@rubenmate
Copy link
Owner Author

Added basic code quality check with biome linter in e2909b1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Testing related issued tooling Additions to the app tooling
Projects
None yet
1 participant