Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
Muddyblack committed Jan 12, 2024
1 parent 34f29ea commit 7288d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV
- name: Run tests
# GOAL: python -m unittest discover -s . -p 'test*.py' -> Problem not fiinding setup file
# ALSO bad with MetaDataEditor cant load Qt and exiftool: python -m unittest discover -s MetaDataEditor/unittests
run: |
python -m unittest discover -s file_manager/unittests
python -m unittest discover -s MetaDataEditor/unittests
python -m unittest discover -s file_manager/unittests

0 comments on commit 7288d38

Please sign in to comment.