1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-17 01:03:46 +01:00

tweak for bot

This commit is contained in:
J. Nick Koston
2025-10-11 11:25:19 -10:00
parent 81b7f41dd5
commit 5e1848854e
2 changed files with 4 additions and 1 deletions

View File

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