mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Group component tests to reduce CI time (#11134)
This commit is contained in:
		| @@ -1,13 +1,11 @@ | ||||
| <<: !include common.yaml | ||||
| packages: | ||||
|   spi: !include ../../test_build_components/common/spi/rp2040-ard.yaml | ||||
|  | ||||
| spi: | ||||
|   - id: spi_main_lcd | ||||
|     clk_pin: 18 | ||||
|     mosi_pin: 19 | ||||
|     miso_pin: 16 | ||||
| <<: !include common.yaml | ||||
|  | ||||
| display: | ||||
|   - platform: ili9xxx | ||||
|     spi_id: spi_bus | ||||
|     id: main_lcd | ||||
|     model: ili9342 | ||||
|     cs_pin: 20 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user