We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081d003 commit 2f9847bCopy full SHA for 2f9847b
1 file changed
.github/workflows/ci.yaml
@@ -31,7 +31,9 @@ jobs:
31
cache: 'pnpm'
32
node-version-file: '.nvmrc'
33
- name: Generate Environment
34
- run: ./scripts/generate-env.sh
+ run: |
35
+ ./scripts/generate-env.sh
36
+ sed -i 's/^MONGO_URI=.*/MONGO_URI=mongodb:\/\/mongo:27017/' .env
37
- name: Install Dependencies
38
run: pnpm install --frozen-lockfile
39
- name: Install Playwright
0 commit comments