1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

use cache to build tests for compoenents

This commit is contained in:
Tomasz Duda 2024-07-08 16:03:05 +02:00
parent 4c6a17e304
commit ac645ddc4a

View File

@ -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