Skip to content

Commit

Permalink
Fix name of APK on aws step
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Nov 7, 2023
1 parent f3ee19e commit 1f65cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f65cf4

Please sign in to comment.