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

This commit is contained in:
Masaya Suzuki 2023-02-05 20:34:22 +09:00 committed by GitHub
parent 55a9646f23
commit 4ad399c593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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