diff --git a/.circleci/config.yml b/.circleci/config.yml index f30872829..78b876238 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ executors: - image: circleci/postgres:latest environment: POSTGRES_USER: syuilo - POSTGRES_DB: test-misskey + POSTGRES_DB: misskey - image: circleci/redis:latest v11-node11: working_directory: /tmp/605d145e08d777510640c4509145d45489e9b83b3ae630dda16370ce0cb38947 @@ -17,7 +17,7 @@ executors: - image: circleci/postgres:latest environment: POSTGRES_USER: syuilo - POSTGRES_DB: test-misskey + POSTGRES_DB: misskey - image: circleci/redis:latest v10-node11: working_directory: /tmp/605d145e08d777510640c4509145d45489e9b83b3ae630dda16370ce0cb38947 diff --git a/.circleci/v10-node10-redis/test.yml b/.circleci/v10-node10-redis/test.yml index 805f53dbc..c842431d2 100644 --- a/.circleci/v10-node10-redis/test.yml +++ b/.circleci/v10-node10-redis/test.yml @@ -3,7 +3,7 @@ port: 80 mongodb: host: localhost port: 27017 - db: test-misskey + db: misskey user: syuilo pass: '' drive: diff --git a/.circleci/v10-node10/test.yml b/.circleci/v10-node10/test.yml index f0cd3a916..ab0fc53fd 100644 --- a/.circleci/v10-node10/test.yml +++ b/.circleci/v10-node10/test.yml @@ -3,7 +3,7 @@ port: 80 mongodb: host: localhost port: 27017 - db: test-misskey + db: misskey user: syuilo pass: '' drive: diff --git a/.circleci/v10-node11-redis/test.yml b/.circleci/v10-node11-redis/test.yml index 2e9d578fd..bb5ac7ee7 100644 --- a/.circleci/v10-node11-redis/test.yml +++ b/.circleci/v10-node11-redis/test.yml @@ -3,7 +3,7 @@ port: 80 mongodb: host: localhost port: 27017 - db: test-misskey + db: misskey user: syuilo pass: '' # __REDIS__ diff --git a/.circleci/v10-node11/test.yml b/.circleci/v10-node11/test.yml index f0cd3a916..ab0fc53fd 100644 --- a/.circleci/v10-node11/test.yml +++ b/.circleci/v10-node11/test.yml @@ -3,7 +3,7 @@ port: 80 mongodb: host: localhost port: 27017 - db: test-misskey + db: misskey user: syuilo pass: '' drive: diff --git a/.circleci/v11-node11/test.yml b/.circleci/v11-node11/test.yml index 4db0d0fec..fbd971748 100644 --- a/.circleci/v11-node11/test.yml +++ b/.circleci/v11-node11/test.yml @@ -3,7 +3,7 @@ port: 80 db: host: localhost port: 5432 - db: test-misskey + db: misskey user: syuilo pass: '' redis: diff --git a/.circleci/v11-node12/test.yml b/.circleci/v11-node12/test.yml index 4db0d0fec..fbd971748 100644 --- a/.circleci/v11-node12/test.yml +++ b/.circleci/v11-node12/test.yml @@ -3,7 +3,7 @@ port: 80 db: host: localhost port: 5432 - db: test-misskey + db: misskey user: syuilo pass: '' redis: