mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Run YAML test 8 during CI and fix board used (#4862)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -233,7 +233,7 @@ jobs: | |||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       max-parallel: 2 |       max-parallel: 2 | ||||||
|       matrix: |       matrix: | ||||||
|         file: [1, 2, 3, 3.1, 4, 5, 6, 7] |         file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8] | ||||||
|     steps: |     steps: | ||||||
|       - name: Check out code from GitHub |       - name: Check out code from GitHub | ||||||
|         uses: actions/checkout@v3.5.2 |         uses: actions/checkout@v3.5.2 | ||||||
|   | |||||||
| @@ -4,7 +4,7 @@ wifi: | |||||||
|   ssid: "ssid" |   ssid: "ssid" | ||||||
|  |  | ||||||
| esp32: | esp32: | ||||||
|   board: esp32-c3-devkitm-1 |   board: esp32s3box | ||||||
|   variant: ESP32S3 |   variant: ESP32S3 | ||||||
|   framework: |   framework: | ||||||
|     type: arduino |     type: arduino | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user