diff --git a/.github/workflows/test-stack-reusable-workflow.yml b/.github/workflows/test-stack-reusable-workflow.yml index 67cb0535e..f649b9a1c 100644 --- a/.github/workflows/test-stack-reusable-workflow.yml +++ b/.github/workflows/test-stack-reusable-workflow.yml @@ -99,11 +99,7 @@ jobs: - name: Run Unit Tests run: | - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_notification_diff' - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_watch_model' - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_jinja2_security' - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_semver' - docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_html_to_text' + docker run test-changedetectionio bash -c 'cd changedetectionio;pytest tests/unit/' # Basic pytest tests with ancillary services basic-tests: