mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-25 03:35:10 +01:00
test実行時にDBとかredisとか動かすように
This commit is contained in:
parent
9520322002
commit
29cd17f521
1 changed files with 11 additions and 0 deletions
11
.github/workflows/nodejs.yml
vendored
11
.github/workflows/nodejs.yml
vendored
|
@ -28,3 +28,14 @@ jobs:
|
|||
run: yarn build
|
||||
- name: Test
|
||||
run: yarn test
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:10-alpine
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
POSTGRES_DB: test-misskey
|
||||
redis:
|
||||
image: redis:alpine
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
|
Loading…
Add table
Reference in a new issue