mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Remove yaml test cache (#5019)
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -241,12 +241,6 @@ jobs: | ||||
|         with: | ||||
|           python-version: ${{ env.DEFAULT_PYTHON }} | ||||
|           cache-key: ${{ needs.common.outputs.cache-key }} | ||||
|       - name: Cache platformio | ||||
|         uses: actions/cache@v3.3.1 | ||||
|         with: | ||||
|           path: ~/.platformio | ||||
|           # yamllint disable-line rule:line-length | ||||
|           key: platformio-test${{ matrix.file }}-${{ hashFiles('platformio.ini') }} | ||||
|       - name: Run esphome compile tests/test${{ matrix.file }}.yaml | ||||
|         run: | | ||||
|           . venv/bin/activate | ||||
|   | ||||
		Reference in New Issue
	
	Block a user