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

Commit

Permalink
Merge pull request #211 from ColinLefter/notbaopham-patch-2
Browse files Browse the repository at this point in the history
Moved the MongoDB .env information down to the run test:jest
  • Loading branch information
TobyNguyen710 authored Apr 9, 2024
2 parents bf7a589 + 8cfccbb commit 5fe7872
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
Expand Up @@ -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
Expand All @@ -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 5fe7872

Please sign in to comment.