From 1f65cf4aeb08ef6400014da3d27619b6e0e36c69 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Tue, 7 Nov 2023 13:44:03 +0100 Subject: [PATCH] Fix name of APK on aws step --- .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 719f95674e45..fe0215dfc27a 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -187,7 +187,7 @@ jobs: name: App E2E Performance Regression Tests project_arn: ${{ secrets.AWS_PROJECT_ARN }} device_pool_arn: ${{ secrets.AWS_DEVICE_POOL_ARN }} - app_file: zip/app-e2eRelease-main.apk + app_file: zip/app-e2eRelease.apk app_type: ANDROID_APP test_type: APPIUM_NODE test_package_file: App.zip