From a03ce661e5ea32bd904620bf446df48c40572c10 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 3c8f6e1236c..7ccd1dbc8fb 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -83,7 +83,7 @@ jobs: CL_DATABASE_URL: ${{ env.DB_URL }} with: pipeline-step: "run" - run-concurrency: "24" + run-concurrency: "16" run-all-tests: ${{ needs.filter.outputs.should-run-all-tests }} collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }} test-suite: ${{ matrix.type.test-suite }} @@ -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 }}