Skip to content

Commit b839fcb

Browse files
committed
update ci
1 parent 610485b commit b839fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# sed -i 's/^MONGO_URI=.*/MONGO_URI=mongodb:\/\/mongo:27017/' .env
2323
- name: Setup Mongo
2424
run: |
25-
docker run -d --name mongo -p 27017:27017 --replSet rs0
25+
docker run -d --name mongo -p 27017:27017 mongo:7 --replSet rs0
2626
docker exec mongo mongosh --eval "rs.initiate({_id: 'rs0', members: [{_id: 0, host: 'localhost:27017'}]});"
2727
- name: Configure Git
2828
run: |

0 commit comments

Comments
 (0)