mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Actions testing
This commit is contained in:
parent
1e0eb8b30b
commit
0122794d83
2
.github/config.workflow.toml
vendored
2
.github/config.workflow.toml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
[database]
|
||||
host = "postgres"
|
||||
host = "localhost"
|
||||
port = 5432
|
||||
username = "lysand"
|
||||
password = "lysand"
|
||||
|
|
|
|||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:16-alpine # ghcr.io/lysand-org/postgres:main
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue