Skip to content
Snippets Groups Projects
Unverified Commit 4ad399c5 authored by Masaya Suzuki's avatar Masaya Suzuki Committed by GitHub
Browse files

fix: テスト実行時のDB立ち上げコマンド修正 (#9804)

parent 55a9646f
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ cp .github/misskey/test.yml .config/
```
Prepare DB/Redis for testing.
```
docker-compose -f packages/backend/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