From 051cbec05fa0102f2f635dacb1687eb1488e201f Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Mon, 12 Dec 2022 22:43:20 +0900 Subject: [PATCH] docs(CONTRIBUTING): reflect refactored paths (#9315) Reflecting the changes from 7706c38d3d4c7b4d501dc68768b1ba61645a3019 and 19cc9f7fb06ad73bc76cbb3c7430b48fcf8c68f0. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb5aa2d5e..36a4feb7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`.