wip: add replica set to api unit github action

This commit is contained in:
Matteo Pagliazzi
2020-06-29 22:48:37 +02:00
parent 1ac4510204
commit 3cf32d3d0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
uses: supercharge/mongodb-github-action@1.3.0
with:
mongodb-version: ${{ matrix.mongodb-version }}
mongodb-replica-set: test-rs
mongodb-replica-set: habitrpg-test-rs
- run: cp config.json.example config.json
- name: npm install
run: |
+1 -1
View File
@@ -70,7 +70,7 @@
"SLACK_URL": "https://hooks.slack.com/services/some-url",
"STRIPE_API_KEY": "aaaabbbbccccddddeeeeffff00001111",
"STRIPE_PUB_KEY": "22223333444455556666777788889999",
"TEST_DB_URI": "mongodb://localhost:27017/habitrpg_test",
"TEST_DB_URI": "mongodb://localhost:27017/habitrpg-test-rs",
"TRANSIFEX_SLACK_CHANNEL": "transifex",
"WEB_CONCURRENCY": 1,
"SKIP_SSL_CHECK_KEY": "key",