Closed maurerle closed 2 years ago
I fixed that by adding a docker-compose.yml which adds the database server needed to run tests. In addition, I streamlined the test setup using github actions and a postgresql service container.
This makes testing and development much easier now
By using testing.postgresql, users no longer need to have a running PostgreSQL database already created prior to running the tests.