mirror of
https://github.com/esphome/esphome.git
synced 2025-10-16 16:53:47 +01:00
preen
This commit is contained in:
@@ -244,7 +244,7 @@ def main() -> None:
|
|||||||
component
|
component
|
||||||
for component in changed_components
|
for component in changed_components
|
||||||
if (component_test_dir := tests_dir / component).exists()
|
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
|
# Build output
|
||||||
|
Reference in New Issue
Block a user