docs(CONTRIBUTING): reflect refactored paths (#9315)
Reflecting the changes from7706c38d3d
and19cc9f7fb0
.
This commit is contained in:
parent
cfd7cf0f1e
commit
051cbec05f
1 changed files with 2 additions and 2 deletions
|
@ -109,11 +109,11 @@ In addition, it will also automatically start the Misskey server process.
|
||||||
### Run test
|
### Run test
|
||||||
Create a config file.
|
Create a config file.
|
||||||
```
|
```
|
||||||
cp test/test.yml .config/
|
cp .github/misskey/test.yml .config/
|
||||||
```
|
```
|
||||||
Prepare DB/Redis for testing.
|
Prepare DB/Redis for testing.
|
||||||
```
|
```
|
||||||
docker-compose -f test/docker-compose.yml up
|
docker-compose -f packages/backend/test/docker-compose.yml up
|
||||||
```
|
```
|
||||||
Alternatively, prepare an empty (data can be erased) DB and edit `.config/test.yml`.
|
Alternatively, prepare an empty (data can be erased) DB and edit `.config/test.yml`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue