diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cac2ae3a95e2..45cc25586628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -407,13 +407,13 @@ jobs: # values: ci.yaml # runner_type: 16core-tester-x86-high-memory # timeout: 60 - - name: "4epochs" - test: 4epochs.test.ts + - name: "transfer" + test: transfer.test.ts values: ci.yaml runner_type: 16core-tester-x86 timeout: 40 - - name: "4epochs-with-blob-sink" - test: 4epochs.test.ts + - name: "transfer-with-blob-sink" + test: transfer.test.ts values: ci.yaml overrides: "blobSink.enabled=true" runner_type: 16core-tester-x86