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:
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.
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 ourpytest
andcheck-migrations
jobs: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.