Skip to content

Commit

Permalink
Adding backend testing to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
FernFinder committed Apr 15, 2024
1 parent e7fd855 commit 55aedd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# Print Coverage Report
- name: Print Backend coverage report
env:
MONGODB_URI: ${{ secrets.MONGO_DB_URI }}
MONGO_URI: ${{ secrets.MONGO_URI }}
DATABASE_NAME: ${{ secrets.DATABASE_NAME }}
run: |
cd backend
Expand Down

0 comments on commit 55aedd5

Please sign in to comment.