use cache to build tests for compoenents (#7059)

This commit is contained in:
tomaszduda23 2024-07-22 01:33:26 +02:00 committed by GitHub
parent 1f4829598a
commit f322ec8f3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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