mdwiltfong / secret-santa

https://codecademy-secret-santa-2.fly.dev/
3 stars 6 forks source link

CI/CD Pipeline #1

Closed mdwiltfong closed 11 months ago

mdwiltfong commented 12 months ago

We'll use GH actions, to execute tests for PRs. The workflow, will have to allow for database tests, E2E tests, and unit tests.

We will also want to protect main. As in, there can be no direct commits to the main branch, without have first made a PR. The PR will also need to pass tests, as well as be approved.

mdwiltfong commented 12 months ago

We've implemented a standard nodejs workflow, but the workflow will need to use a database.