swiftlang / github-workflows

Apache License 2.0
23 stars 7 forks source link

How to run a Postgres service? #22

Open MahdiBM opened 1 week ago

MahdiBM commented 1 week ago

In postgres-nio, we want to eventually move to using this repository in CI. How would we be able to run a Postgres service like this, which we currently have?

I'm not certain what we should do, but there is also the possibility of having the option to manually install certain services. We can run a Postgres database in Docker in the CI, and attach it to the proper network so it's discoverable by apps.

FranzBusch commented 1 week ago

We are still working through the matrix workflows and how we want to define them. Being able to run a service seems reasonable but we need to figure out how to do this.

MahdiBM commented 1 week ago

No worries, just making sure this is on your radar.