From cb9ffd9cf6839135ef739ae8e43d42b95ae2b2bb Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Thu, 24 Apr 2025 15:28:58 +0530 Subject: [PATCH] fix(http_server): Fixed CI build test rules for the example --- examples/protocols/.build-test-rules.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/protocols/.build-test-rules.yml b/examples/protocols/.build-test-rules.yml index a0adc3b335..9b47b5c4fa 100644 --- a/examples/protocols/.build-test-rules.yml +++ b/examples/protocols/.build-test-rules.yml @@ -59,6 +59,8 @@ examples/protocols/http_server: reason: only test on these targets depends_components+: - esp_http_server + - esp-tls + - esp_netif examples/protocols/http_server/async_handlers: <<: *default_rules