mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38: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]
|
[database]
|
||||||
host = "postgres"
|
host = "localhost"
|
||||||
port = 5432
|
port = 5432
|
||||||
username = "lysand"
|
username = "lysand"
|
||||||
password = "lysand"
|
password = "lysand"
|
||||||
|
|
|
||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue