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

Reflecting the changes from 7706c38d3d4c7b4d501dc68768b1ba61645a3019 and 19cc9f7fb06ad73bc76cbb3c7430b48fcf8c68f0.
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

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`.