Skip to content

Commit 0bf6f00

Browse files
committed
update ci
1 parent 3ff7d02 commit 0bf6f00

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
jobs:
77
lint-and-test:
88
runs-on: ubuntu-latest
9-
container: node:lts-jod
109
services:
1110
mongo:
1211
image: mongo:7
@@ -30,10 +29,10 @@ jobs:
3029
with:
3130
cache: 'pnpm'
3231
node-version-file: '.nvmrc'
33-
- name: Generate Environment
34-
run: |
35-
./scripts/generate-env.sh
36-
sed -i 's/^MONGO_URI=.*/MONGO_URI=mongodb:\/\/mongo:27017/' .env
32+
# - name: Generate Environment
33+
# run: |
34+
# ./scripts/generate-env.sh
35+
# sed -i 's/^MONGO_URI=.*/MONGO_URI=mongodb:\/\/mongo:27017/' .env
3736
- name: Setup Mongo
3837
run: |
3938
docker exec mongo mongosh --eval "rs.initiate({_id: 'rs0', members: [{_id: 0, host: 'localhost:27017'}]});"

0 commit comments

Comments
 (0)