From ac645ddc4afc356c8019ebdd8d29ca9257cf8fc5 Mon Sep 17 00:00:00 2001 From: Tomasz Duda <tomaszduda23@gmail.com> Date: Mon, 8 Jul 2024 16:03:05 +0200 Subject: [PATCH] use cache to build tests for compoenents --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45fe336d77..a8e93248bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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