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.
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 themain
branch, without have first made a PR. The PR will also need to pass tests, as well as be approved.