We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfaf16 commit 3ff7d02Copy full SHA for 3ff7d02
1 file changed
.github/workflows/ci.yaml
@@ -34,6 +34,9 @@ jobs:
34
run: |
35
./scripts/generate-env.sh
36
sed -i 's/^MONGO_URI=.*/MONGO_URI=mongodb:\/\/mongo:27017/' .env
37
+ - name: Setup Mongo
38
+ run: |
39
+ docker exec mongo mongosh --eval "rs.initiate({_id: 'rs0', members: [{_id: 0, host: 'localhost:27017'}]});"
40
- name: Configure Git
41
42
# necessary for the git commands used for release info
0 commit comments