Skip to content

Commit

Permalink
Update full-stack-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jipsonminibhavan authored Jan 23, 2024
1 parent c2ce5a3 commit 06f88ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-stack-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Initialize Database
run: |
cd backend
MONGODB_URI=mongodb://admin:admin@localhost:27017/testdatabase npm run initialize-db
MONGODB_URI=${{ secrets.MONGODB_URI }} npm run initialize-db
- name: Build Backend
run: |
Expand Down

0 comments on commit 06f88ea

Please sign in to comment.