prove version

This commit is contained in:
dgtlmoon
2024-06-16 16:54:10 +02:00
parent 005ed20741
commit e75561b2f5
@@ -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'