From 74713e7c10b89ec99bd1920b1abb5ddabc704a88 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Thu, 5 Dec 2024 11:16:40 -0800 Subject: [PATCH] test: force update index --- .github/workflows/ci-core-partial.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 3c8f6e1236c..5e0ae981b10 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -94,6 +94,7 @@ jobs: uses: smartcontractkit/.github/apps/go-conditional-tests@feat/go-test-binary-comparison with: pipeline-step: "update" + force-update-index: "true" collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }} test-suite: ${{ matrix.type.test-suite }} github-token: ${{ secrets.GITHUB_TOKEN }}