From 802305b06bd76d754f8006dbeb870618a545a9bc Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 17 Nov 2023 16:09:55 +0100 Subject: [PATCH] oops --- .github/workflows/test-only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index f7aec92e..7acb7c7a 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -51,7 +51,7 @@ jobs: run: | # Unit tests 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_diff' + docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_watch_model' # All tests docker run --network changedet-network test-changedetectionio bash -c 'cd changedetectionio && ./run_basic_tests.sh'