swiftlang / swiftlang/github-workflows
How to run a Postgres service?
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 115
- Forks
- 57
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the linked postgres-nio .github/workflows/test.yml service configuration at line 80 with the workflow capabilities in this repository. Determine whether the requested PostgreSQL service should be supported directly or documented as a manual installation option; done means the chosen approach is clearly specified and usable in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions, postgresql
- Domain
- ci-cd, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100