Actions testing

This commit is contained in:
Jesse Wierzbinski 2024-03-12 07:32:09 -10:00
parent 1e0eb8b30b
commit 0122794d83
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[database] [database]
host = "postgres" host = "localhost"
port = 5432 port = 5432
username = "lysand" username = "lysand"
password = "lysand" password = "lysand"

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine # ghcr.io/lysand-org/postgres:main
ports: ports:
- 5432:5432 - 5432:5432
env: env: