mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Remove yaml test cache (#5019)
This commit is contained in:
parent
951157dc26
commit
ac5246e21d
1 changed files with 0 additions and 6 deletions
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…
Reference in a new issue