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 6580b8c commit 6fdd761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ 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: python tests/testDatabase.py
run: pytest tests --disable-warnings

0 comments on commit 6fdd761

Please sign in to comment.