diff --git a/.github/workflows/run_unittests.yml b/.github/workflows/run_unittests.yml index 0631403..7d1edb2 100644 --- a/.github/workflows/run_unittests.yml +++ b/.github/workflows/run_unittests.yml @@ -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 \ No newline at end of file + python -m unittest discover -s file_manager/unittests \ No newline at end of file