We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a3712 commit 5ca6d83Copy full SHA for 5ca6d83
1 file changed
.github/workflows/ci.yaml
@@ -18,10 +18,6 @@ jobs:
18
node-version-file: '.nvmrc'
19
- name: Generate Environment
20
run: ./scripts/generate-env.sh
21
- - name: Setup Mongo
22
- run: |
23
- docker run -d --name mongo -p 27017:27017 mongo:7 --replSet rs0
24
- docker exec mongo mongosh --eval "rs.initiate({_id: 'rs0', members: [{_id: 0, host: 'localhost:27017'}]});"
25
- name: Configure Git
26
run: |
27
# necessary for the git commands used for release info
0 commit comments