Skip to content

Commit

Permalink
Update test_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JVT038 authored Jan 29, 2024
1 parent b8aa996 commit cf72c80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run unit tests for database
run: pytest tests --disable-warnings
run: |
echo ${pwd}
export PYTHONPATH="$(pwd)"
python -m unittest tests/test_database.py

0 comments on commit cf72c80

Please sign in to comment.