Create a new` .github/workflows/tests.yml` to add tests to CI. Tests to add: - [ ] unit tests `npm run utest` - [ ] integration tests `npm run itest` load tests will be added in a different issue.