Skip to content

Commit

Permalink
Unittest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrimadh committed Nov 1, 2024
1 parent 6aee8d5 commit c3ecb78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Create env file
run: |
echo "CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}" > .env
echo "MONGO_URI=${{ secrets.MONGO_URI }}" >> .env
- name: Set up MongoDB Client for Tests
env:
MONGO_URI: "mongodb+srv://svrao3:popcorn1234@popcorn.xujnm.mongodb.net/?retryWrites=true&w=majority&appName=PopCorn"
Expand Down

0 comments on commit c3ecb78

Please sign in to comment.