diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-11-08 16:32:02 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-11-08 16:32:02 +0000 |
| commit | b47b25871d1f64e81daa025f9368c00ef89d55cf (patch) | |
| tree | e1a3f338a8b799c3a66ff4fa6e5f2af1f4a2855e /CONTRIBUTING.md | |
| parent | replace new icons (diff) | |
| download | sharkey-b47b25871d1f64e81daa025f9368c00ef89d55cf.tar.gz sharkey-b47b25871d1f64e81daa025f9368c00ef89d55cf.tar.bz2 sharkey-b47b25871d1f64e81daa025f9368c00ef89d55cf.zip | |
example test config
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0f991c215..3b7f495dc7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -199,7 +199,7 @@ There are three types of test codes for the backend: #### Running Unit Tests or Single-server E2E Tests 1. Create a config file: ```sh -cp .github/misskey/test.yml .config/ +cp .config/test-example.yml .config/test.yml ``` 2. Start DB and Redis servers for testing: |