Skip to content

Commit

Permalink
test: one step
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Nov 26, 2024
1 parent be776d1 commit f2f7d14
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions .github/workflows/ci-core-partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,36 +41,16 @@ jobs:
test-suite: ${{ matrix.type.cmd }}
db-url: ${{ env.DB_URL }}

- name: Build Tests
- name: Tests
uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison
with:
pipeline-step: "build"
pipeline-step: "e2e"
build-concurrency: "32"
test-suite: ${{ matrix.type.test-suite }}
module-directory: ${{ matrix.type.module-directory }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run Tests
uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison
env:
CL_DATABASE_URL: ${{ env.DB_URL }}
with:
pipeline-step: "run"
run-all-tests: "true"
run-concurrency: "16"
test-suite: ${{ matrix.type.test-suite }}
module-directory: ${{ matrix.type.module-directory }}
tag-filter: ${{ matrix.type.tag-filter }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Update Test Index
uses: smartcontractkit/.github/apps/go-test-caching@feat/go-test-binary-comparison
with:
pipeline-step: "update"
run-concurrency: "24"
force-update-index: "true"
test-suite: ${{ matrix.type.test-suite }}
github-token: ${{ secrets.GITHUB_TOKEN }}

module-directory: ${{ matrix.type.module-directory }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Print postgres logs
if: ${{ always() }}
Expand Down

0 comments on commit f2f7d14

Please sign in to comment.