lshtm-gis / WHO_PHSM_Cleaning

Cleaning PHSM provider data for WHO
https://lshtm-gis.github.io/WHO_PHSM_Cleaning/html/
MIT License
0 stars 1 forks source link

Speed up CI tests #145

Closed hamishgibbs closed 3 years ago

hamishgibbs commented 3 years ago

Tests don't need to be run in the docker container. They can be run on an ubuntu machine in an action without building a container first.

We should transition to using a more lightweight action. Like: https://github.com/ymyzk/tox-gh-actions to run tests.

This should take the amount of time to run tests from ~2 mins to ~20 seconds.

hamishgibbs commented 3 years ago

This is done in #146