Skip to content

Commit

Permalink
test: build caching
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Dec 7, 2024
1 parent b8e686c commit 86b9fb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-core-partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 || '' }}

Expand All @@ -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 }}
Expand Down

0 comments on commit 86b9fb6

Please sign in to comment.