Browse Source

fix mongo uri

Yuki Takei 4 years ago
parent
commit
d3b5563e11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -322,7 +322,7 @@ jobs:
         cp config/ci/.env.local.for-ci .env.production.local
         yarn server:ci
       env:
-        MONGO_URI: mongodb://localhost:${{ job.services.mongodb.ports['27017'] }}/growi-vrt
+        MONGO_URI: mongodb://mongodb:27017/growi-vrt
 
     - name: Slack Notification
       uses: weseek/ghaction-slack-notification@master