From d964c5f27f0aa37f0d5703b1bda928da699111c6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 28 Oct 2021 01:24:55 +0900 Subject: remove circleci configuration --- .github/misskey/test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/misskey/test.yml (limited to '.github') 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 -- cgit v1.2.3-freya