From e75561b2f53802063400d1748b2e1466c4928df5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 16 Jun 2024 16:54:10 +0200 Subject: [PATCH] prove version --- .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 c398d1a4..f9a6a73f 100644 --- a/.github/workflows/test-stack-reusable-workflow.yml +++ b/.github/workflows/test-stack-reusable-workflow.yml @@ -60,6 +60,7 @@ jobs: run: | # Unit tests echo "run test with unittest" + docker run test-changedetectionio bash -c 'python3 -v' 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'