From ed8326b7ba46726fb87b3480540bf6173c8382aa Mon Sep 17 00:00:00 2001 From: anirudhwarrier <12178754+anirudhwarrier@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:19:10 +0530 Subject: [PATCH] update testid in workflow --- .github/workflows/automation-benchmark-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation-benchmark-tests.yml b/.github/workflows/automation-benchmark-tests.yml index 59bbcc02f6a..e17b411dd08 100644 --- a/.github/workflows/automation-benchmark-tests.yml +++ b/.github/workflows/automation-benchmark-tests.yml @@ -21,7 +21,7 @@ jobs: name: Run E2E Tests uses: ./.github/workflows/run-e2e-tests-reusable-workflow.yml with: - test_ids: 'benchmark/keeper_test.go:TestAutomationBenchmark' + test_ids: 'benchmark/automation_test.go:TestAutomationBenchmark' test_config_override_path: ${{ inputs.test_config_override_path }} SLACK_USER: ${{ inputs.slackMemberID }} SLACK_CHANNEL: C03KJ5S7KEK