Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Moved the MongoDB .env information down to the run test:jest
Browse files Browse the repository at this point in the history
...
notbaopham authored Apr 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bf7a589 commit 8cfccbb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -7,11 +7,6 @@ on:
push:
branches: main

env:
MONGODB_USERNAME: baopham
MONGODB_PASSWORD: Yjs12l26LZegm0VH
MONGODO_URI: mongodb+srv://baopham:[email protected]/?retryWrites=true&w=majority&appName=Accord-Systems

defaults:
run:
working-directory: ./Application
@@ -27,3 +22,7 @@ jobs:
- run: npm install -g npm
- run: npm install --save-dev jest
- run: npm run test:jest
env:
MONGODB_USERNAME: baopham
MONGODB_PASSWORD: Yjs12l26LZegm0VH
MONGODO_URI: mongodb+srv://baopham:[email protected]/?retryWrites=true&w=majority&appName=Accord-Systems

0 comments on commit 8cfccbb

Please sign in to comment.