Skip to content

Commit

Permalink
fix: update action path
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Dec 4, 2024
1 parent dc32492 commit d501ceb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-core-partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
go-mod-download-directory: ${{ matrix.type.test-suite == 'ccip-deployment' && matrix.type.module-directory || '' }}

- name: Build Tests
uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison
uses: smartcontractkit/.github/apps/go-conditional-tests@feat/go-test-binary-comparison
timeout-minutes: 10
with:
pipeline-step: "build"
Expand All @@ -77,7 +77,7 @@ jobs:
build-flags: ${{ matrix.type.build-flags }}

- name: Run Tests
uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison
uses: smartcontractkit/.github/apps/go-conditional-tests@feat/go-test-binary-comparison
timeout-minutes: 15
env:
CL_DATABASE_URL: ${{ env.DB_URL }}
Expand All @@ -91,7 +91,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Update Test Index
uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison
uses: smartcontractkit/.github/apps/go-conditional-tests@feat/go-test-binary-comparison
with:
pipeline-step: "update"
collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }}
Expand Down

0 comments on commit d501ceb

Please sign in to comment.