Skip to content

Commit 5ca6d83

Browse files
committed
remove setup mongo from ci
1 parent 22a3712 commit 5ca6d83

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
node-version-file: '.nvmrc'
1919
- name: Generate Environment
2020
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'}]});"
2521
- name: Configure Git
2622
run: |
2723
# necessary for the git commands used for release info

0 commit comments

Comments
 (0)