From 86b9fb6c46689298393e8e8975ea99ed9396daca Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Fri, 6 Dec 2024 16:00:50 -0800 Subject: [PATCH] test: build caching --- .github/workflows/ci-core-partial.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 5548e08f35b..67867f94551 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -63,7 +63,6 @@ jobs: uses: ./.github/actions/setup-ci-core-tests with: build-cache-version: ${{ matrix.type.test-suite }} - restore-build-cache-only: "true" db-url: ${{ env.DB_URL }} go-mod-download-directory: ${{ matrix.type.test-suite == 'ccip-deployment' && matrix.type.module-directory || '' }} @@ -87,7 +86,7 @@ jobs: with: pipeline-step: "run" run-concurrency: "16" - run-all-tests: ${{ needs.filter.outputs.should-run-all-tests }} + run-all-tests: "${{ needs.filter.outputs.should-run-all-tests }}" collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }} test-suite: ${{ matrix.type.test-suite }} module-directory: ${{ matrix.type.module-directory }}