Skip to content

Commit

Permalink
-p
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh9131 committed Jul 15, 2024
1 parent 89f9400 commit e185d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: echo "PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE/engine" >> $GITHUB_ENV
- name: Run tests
run: |
python -m unittest discover -s USECASES/unittest -p "*.py"
python -m unittest discover -s src/USECASES/unittest -p "*.py"

0 comments on commit e185d55

Please sign in to comment.