From 96f1853cd09d8406aa8f27ebbe4310c59b0990b6 Mon Sep 17 00:00:00 2001 From: Armando Date: Thu, 11 Jan 2024 18:34:29 +0800 Subject: [PATCH] ci(psram): added esp_psram test dependency --- components/esp_psram/test_apps/.build-test-rules.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/esp_psram/test_apps/.build-test-rules.yml b/components/esp_psram/test_apps/.build-test-rules.yml index b401be9e4d..116c563dcd 100644 --- a/components/esp_psram/test_apps/.build-test-rules.yml +++ b/components/esp_psram/test_apps/.build-test-rules.yml @@ -3,3 +3,9 @@ components/esp_psram/test_apps: disable: - if: SOC_SPIRAM_SUPPORTED != 1 + depends_components: + - esp_psram + - esp_mm + - esp_driver_gpio + - esp_driver_spi + - spi_flash