diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 1d6dd7b2..b1be5221 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -117,8 +117,8 @@ jobs: # Step 5: Run tests with both unittest and pytest - name: Run tests - working-directory: FiLiP run: | + cd .. TEST_PATH="tests" python -m unittest discover -s $TEST_PATH -p "test_*.py" || true python -m pytest $TEST_PATH || true \ No newline at end of file