We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff7d02 commit 0bf6f00Copy full SHA for 0bf6f00
1 file changed
.github/workflows/ci.yaml
@@ -6,7 +6,6 @@ on:
6
jobs:
7
lint-and-test:
8
runs-on: ubuntu-latest
9
- container: node:lts-jod
10
services:
11
mongo:
12
image: mongo:7
@@ -30,10 +29,10 @@ jobs:
30
29
with:
31
cache: 'pnpm'
32
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
+ # - name: Generate Environment
+ # run: |
+ # ./scripts/generate-env.sh
+ # 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'}]});"
0 commit comments