diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 01:24:55 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 01:24:55 +0900 |
| commit | d964c5f27f0aa37f0d5703b1bda928da699111c6 (patch) | |
| tree | 4439b3123a87f6a9687804910ede8e688d8ef1d5 /.github | |
| parent | Improve CI (diff) | |
| download | sharkey-d964c5f27f0aa37f0d5703b1bda928da699111c6.tar.gz sharkey-d964c5f27f0aa37f0d5703b1bda928da699111c6.tar.bz2 sharkey-d964c5f27f0aa37f0d5703b1bda928da699111c6.zip | |
remove circleci configuration
Diffstat (limited to '.github')
| -rw-r--r-- | .github/misskey/test.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/misskey/test.yml b/.github/misskey/test.yml new file mode 100644 index 0000000000..ae18a841bd --- /dev/null +++ b/.github/misskey/test.yml @@ -0,0 +1,12 @@ +url: 'http://misskey.local' +port: 8080 +db: + host: localhost + port: 5432 + db: test-misskey + user: postgres + pass: '' +redis: + host: localhost + port: 6379 +id: aid |