Continuous integration

The Backend codebase has CI integrated through Github Actions.

The config yaml file can be found here, 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.

Last updated