Skip to content

Commit

Permalink
test: force update index
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Dec 5, 2024
1 parent d501ceb commit a03ce66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-core-partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit a03ce66

Please sign in to comment.