From f3c0f5b1cf2b6ea6ebf786f59859e446cd159d15 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 18 Jan 2025 10:36:35 +0100 Subject: [PATCH] Add test to build --- .github/workflows/test-stack-reusable-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-stack-reusable-workflow.yml b/.github/workflows/test-stack-reusable-workflow.yml index f2864680..74b089ef 100644 --- a/.github/workflows/test-stack-reusable-workflow.yml +++ b/.github/workflows/test-stack-reusable-workflow.yml @@ -71,6 +71,7 @@ jobs: 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' # All tests echo "run test with pytest"