mirror of
https://github.com/esphome/esphome.git
synced 2025-01-19 04:20:56 +00: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:
|
with:
|
||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
python-version: ${{ env.DEFAULT_PYTHON }}
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
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
|
- name: Run esphome compile tests/test${{ matrix.file }}.yaml
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user