Skip to content

Commit f58b89c

Browse files
Update main-ci.yml
1 parent 2df87d4 commit f58b89c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
strategy:
4141
matrix:
4242
node-version: [18.x]
43+
env:
44+
MONGODB_URI: ${{ secrets.MONGODB_URI }}
45+
NODE_ENV: test
4346
steps:
4447
- uses: actions/checkout@v4
4548
- uses: ./.github/actions/setup-node

0 commit comments

Comments
 (0)