mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 12:15:33 +01:00
Remove yaml test cache (#5019)
This commit is contained in:
parent
951157dc26
commit
ac5246e21d
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
|
||||
|
Loading…
Reference in New Issue
Block a user