The Backend codebase has CI integrated through Github Actions.
The config yaml file can be found herearrow-up-right, it does a few things:
Building the code
Running the unit tests
Running the integrations tests
This is run on any push and PR to develop or master making sure a failed build or buggy code won't be accidentally merged.
develop
master
Last updated 2 years ago