From 1f28c567bb8d05ef0fa86573a131003c261eda4e Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Thu, 2 Nov 2023 16:08:58 +0100 Subject: [PATCH] Point to single TestSpec AWS DF file --- .github/workflows/e2ePerformanceTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index 193c0b99a003..68c84c0a21c7 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -192,7 +192,7 @@ jobs: test_type: APPIUM_NODE test_package_file: App.zip test_package_type: APPIUM_NODE_TEST_PACKAGE - test_spec_file: tests/e2e/TestSpecMain.yml + test_spec_file: tests/e2e/TestSpec.yml test_spec_type: APPIUM_NODE_TEST_SPEC remote_src: false file_artifacts: Customer Artifacts.zip