docs(CONTRIBUTING): reflect refactored paths (#9315)

Reflecting the changes from 7706c38d3d and 19cc9f7fb0.
This commit is contained in:
Kagami Sascha Rosylight 2022-12-12 22:43:20 +09:00 committed by GitHub
parent cfd7cf0f1e
commit 051cbec05f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -109,11 +109,11 @@ In addition, it will also automatically start the Misskey server process.
### Run test
Create a config file.
```
cp test/test.yml .config/
cp .github/misskey/test.yml .config/
```
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`.