Skip to content
Snippets Groups Projects
Commit 19cc9f7f authored by syuilo's avatar syuilo
Browse files

test

parent 7706c38d
No related branches found
No related tags found
No related merge requests found
url: 'http://misskey.local'
port: 8080
# ローカルでテストするときにポートを被らないようにするためデフォルトのものとは変える(以下同じ)
port: 61812
db:
host: localhost
port: 5432
port: 54312
db: test-misskey
user: postgres
pass: ''
redis:
host: localhost
port: 6379
port: 56312
id: aid
......@@ -41,7 +41,7 @@ jobs:
- name: Check yarn.lock
run: git diff --exit-code yarn.lock
- name: Copy Configure
run: cp test/test.yml .config
run: cp .github/misskey/test.yml .config
- name: Build
run: yarn build
- name: Test
......@@ -80,7 +80,7 @@ jobs:
- name: Check yarn.lock
run: git diff --exit-code yarn.lock
- name: Copy Configure
run: cp test/test.yml .config
run: cp .github/misskey/test.yml .config
- name: Build
run: yarn build
- name: Test
......
url: 'http://misskey.local'
port: 61812
db:
host: localhost
port: 54312
db: test-misskey
user: postgres
pass: ''
redis:
host: localhost
port: 56312
id: aid
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