CentreForDigitalHumanities / cookiecutter-webapp-deluxe

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Convert CI from Travis to Github Actions #25

Closed ar-jan closed 2 years ago

ar-jan commented 2 years ago

Changing to Github Actions should simplify things (fewer external services), and doesn't have a limit on free testing capacity.

ar-jan commented 2 years ago

It looks like the way to use postgres in an Action is via a service container. This uses the Docker postgres image.

I think this means we can't rely on peer authentication, and instead have to provide a TCP port-based connection string witih password. Thoughts?

jgonggrijp commented 2 years ago

I think you are right.

ar-jan commented 2 years ago

Done.