-
Notifications
You must be signed in to change notification settings - Fork 0
CI & CD
sanni ☀️ edited this page Oct 29, 2020
·
3 revisions
When creating a PR, a range of checks using GitHub Actions are run to ensure consistency.
To ensure good style the commit is checked with prettier. Enabling a prettier plugin in your editor of choice (e.g.coc-prettier) will generally ensure that this is not an issue. However, you can also manually run yarn pretty
in the server/client.
The unit tests and e2e tests are run on every PR. The tests can be checked locally using yarn test
.
OnBoard © 2020