1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-14 15:53:48 +01:00
This commit is contained in:
J. Nick Koston
2025-10-11 15:34:15 -10:00
parent e69013317d
commit 153f01ef77

View File

@@ -244,7 +244,7 @@ def main() -> None:
component
for component in changed_components
if (component_test_dir := tests_dir / component).exists()
and next(component_test_dir.glob("test.*.yaml"), None) is not None
and any(component_test_dir.glob("test.*.yaml"))
]
# Build output