diff --git a/.github/workflows/py_unit_tests.yml b/.github/workflows/py_unit_tests.yml index 5d770cb..ba6e6e7 100644 --- a/.github/workflows/py_unit_tests.yml +++ b/.github/workflows/py_unit_tests.yml @@ -35,7 +35,7 @@ jobs: pip install -r tests/requirements.txt - name: Run Python Unit Tests - run: pytest tests/py_unit_tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html + run: pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html - name: Linting with Ruff run: ruff --output-format=github .