テストなどにKeyDBを使うように (MisskeyIO#195)
This commit is contained in:
parent
42bc2817be
commit
db7a17d396
11 changed files with 37 additions and 34 deletions
6
.github/workflows/test-backend.yml
vendored
6
.github/workflows/test-backend.yml
vendored
|
|
@ -17,14 +17,14 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:13
|
||||
image: postgres:15
|
||||
ports:
|
||||
- 54312:5432
|
||||
env:
|
||||
POSTGRES_DB: test-misskey
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
redis:
|
||||
image: redis:7
|
||||
keydb:
|
||||
image: eqalpha/keydb:latest
|
||||
ports:
|
||||
- 56312:6379
|
||||
|
||||
|
|
|
|||
6
.github/workflows/test-frontend.yml
vendored
6
.github/workflows/test-frontend.yml
vendored
|
|
@ -56,14 +56,14 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:13
|
||||
image: postgres:15
|
||||
ports:
|
||||
- 54312:5432
|
||||
env:
|
||||
POSTGRES_DB: test-misskey
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
redis:
|
||||
image: redis:7
|
||||
keydb:
|
||||
image: eqalpha/keydb:latest
|
||||
ports:
|
||||
- 56312:6379
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue