mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
use cache to build tests for compoenents (#7059)
This commit is contained in:
parent
1f4829598a
commit
f322ec8f3d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -468,6 +468,8 @@ jobs:
|
|||
- name: Compile config
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
mkdir build_cache
|
||||
export PLATFORMIO_BUILD_CACHE_DIR=$PWD/build_cache
|
||||
for component in ${{ matrix.components }}; do
|
||||
./script/test_build_components -e compile -c $component
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue