From d44e31ac9d818ea3ac935aa0d47ea1c142b530c7 Mon Sep 17 00:00:00 2001 From: ChuckBuilds Date: Thu, 6 Aug 2026 13:08:39 -0400 Subject: [PATCH] ci: run the backup suites test_backup_manager.py existed but was never enrolled, so the tests that should have guarded backup and restore have not run on a pull request. That is part of why the restore bugs in the previous commit reached a device: the suite was there, it just was not watching. Adds it alongside the new registry-resolution tests. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Udr6MfaFLUPhX5Fgo67Jf5 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aadebc4d..e476bccb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,4 +86,6 @@ jobs: test/test_template_targets.py \ test/test_widget_scripts.py \ test/test_doc_links.py \ + test/test_registry_id_resolution.py \ + test/test_backup_manager.py \ test/web_interface/test_cache.py