Skip to content

Commit

Permalink
Merge pull request #17 from NCSU-SE-2024/adding_test_code
Browse files Browse the repository at this point in the history
Modified workflow
  • Loading branch information
anish-dhage authored Oct 31, 2024
2 parents a063b08 + a33ffe2 commit 0c485fd
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 @@ -50,4 +50,4 @@ jobs:
- name: Run Unit Tests with unittest
run: |
python -m unittest discover -s tests/test_app.py # Change 'tests' to your test directory if different
python -m unittest discover tests -p "test_app.py" # Change 'tests' to your test directory if different

0 comments on commit 0c485fd

Please sign in to comment.