Skip to content

Commit 2f9847b

Browse files
committed
set correct db url
1 parent 081d003 commit 2f9847b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
cache: 'pnpm'
3232
node-version-file: '.nvmrc'
3333
- name: Generate Environment
34-
run: ./scripts/generate-env.sh
34+
run: |
35+
./scripts/generate-env.sh
36+
sed -i 's/^MONGO_URI=.*/MONGO_URI=mongodb:\/\/mongo:27017/' .env
3537
- name: Install Dependencies
3638
run: pnpm install --frozen-lockfile
3739
- name: Install Playwright

0 commit comments

Comments
 (0)