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

Moved the MongoDB .env information down to the run test:jest #211

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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