dolphin-acoustics-vip / database-management-system

A database manager webapp in development for the University of St Andrews Dolphin Acoustics Vertically Integrated Project.
2 stars 0 forks source link

Setup CI tests using GitHub Actions #27

Open olexandr-konovalov opened 1 month ago

olexandr-konovalov commented 1 month ago

There are tests in https://github.com/dolphin-acoustics-vip/database-management-system/tree/master/tests, documented in the README. They are currently manually executed locally. Will be useful to establish a workflow to run them using GitHub Actions to have a proper CI setup.

pgmccann commented 1 month ago

Might be better to run them Using GitLab's CI features, then the automated deployment could be made dependent on the tests passing.