CI: Add pytest in CI test

This commit is contained in:
Abudl Rehman
2023-05-09 16:27:21 +08:00
parent db1e14df60
commit 14d41f39b6
9 changed files with 953 additions and 76 deletions
@@ -5,7 +5,7 @@ endif()
SET(device_type esp32c2_devkit_m)
SET(led_type gpio)
SET(button_type hollow_button)
SET(button_type iot_button)
SET(extra_components_dirs_append "$ENV{ESP_MATTER_DEVICE_PATH}/../../led_driver"
"$ENV{ESP_MATTER_DEVICE_PATH}/../../button_driver/button")
"$ENV{ESP_MATTER_DEVICE_PATH}/../../button_driver/iot_button")