OpenGeoscience / uvdat

UVDAT Urban Visualization and Data Analysis Toolkit
Apache License 2.0
2 stars 1 forks source link

Change docker compose GH Action #48

Closed annehaley closed 2 months ago

annehaley commented 3 months ago

Previously, we used a GH action from adambirds to run our CI tests in the docker compose environment. It appears that it stopped working recently, because we consistently get errors like this for both our pytest and check-migrations jobs: image

This PR switches to a similar GH action from hoverkraft-tech. There is a bit of syntax difference, but it achieves the same goal of running our tests in the docker compose environment.