diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 35f689090e8..507e5f0cd9f 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -87,7 +87,7 @@ jobs: go-mod-download-directory: ${{ matrix.type.test-suite == 'ccip-deployment' && matrix.type.module-directory || '' }} - name: Build Tests - uses: smartcontractkit/.github/apps/go-conditional-tests@57f99fbea73056c490c766d50ef582a13ec4f3bb # go-conditional-tests@0.2.0 + uses: smartcontractkit/.github/apps/go-conditional-tests@feat/go-conditional-tests-output # go-conditional-tests@ TODO timeout-minutes: 10 with: pipeline-step: "build" @@ -99,21 +99,21 @@ jobs: build-flags: ${{ matrix.type.build-flags }} - name: Run Tests - uses: smartcontractkit/.github/apps/go-conditional-tests@57f99fbea73056c490c766d50ef582a13ec4f3bb # go-conditional-tests@0.2.0 + uses: smartcontractkit/.github/apps/go-conditional-tests@feat/go-conditional-tests-output # go-conditional-tests@ TODO timeout-minutes: 15 env: CL_DATABASE_URL: ${{ env.DB_URL }} with: pipeline-step: "run" run-concurrency: "16" - run-all-tests: ${{ needs.filter.outputs.should-run-all-tests }} + run-all-tests: "true" collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }} test-suite: ${{ matrix.type.test-suite }} module-directory: ${{ matrix.type.module-directory }} github-token: ${{ secrets.GITHUB_TOKEN }} - name: Update Test Index - uses: smartcontractkit/.github/apps/go-conditional-tests@57f99fbea73056c490c766d50ef582a13ec4f3bb # go-conditional-tests@0.2.0 + uses: smartcontractkit/.github/apps/go-conditional-tests@feat/go-conditional-tests-output # go-conditional-tests@ TODO with: pipeline-step: "update" collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }}