Skip to content

Commit

Permalink
fix: env var
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Mar 25, 2024
1 parent 27a7242 commit 48c4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Install python libraries
run: pip3 install --user -r backend/requirements.txt

- name: Build the Docker image and run tests
- name: run tests
run: cd backend && python -m unittest discover -s tests

0 comments on commit 48c4753

Please sign in to comment.