Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Mar 23, 2024
1 parent a25e113 commit 0c39d5e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ jobs:
- name: MongoDB in GitHub Actions
uses: supercharge/[email protected]
with:
mongodb-port: 27017
mongodb-port: 27017

- name: Setup Python
uses: actions/setup-python@v5

- name: Install python libraries
run: pip3 install --user -r backend/requirements.txt

- name: load env file
run: |
Expand Down

0 comments on commit 0c39d5e

Please sign in to comment.