Skip to content

Commit

Permalink
Update python-app.yml for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
la3679 authored Mar 26, 2024
1 parent 846416b commit 8d538bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r reqruirements.txt # Install other necessary packages
pip install -r requirements.txt # Install dependencies from your requirements.txt file
- name: Run unit tests
run: |
python -m coverage run --data-file=coverage_unittest.data --source=src/db,tests -m unittest -v
python -m unittest discover -s tests -v

0 comments on commit 8d538bc

Please sign in to comment.