Skip to content
Snippets Groups Projects
Unverified Commit 051cbec0 authored by Kagami Sascha Rosylight's avatar Kagami Sascha Rosylight Committed by GitHub
Browse files

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

Reflecting the changes from 7706c38d and 19cc9f7f.
parent cfd7cf0f
No related branches found
No related tags found
No related merge requests found
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment