We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4b395 commit 300c7a6Copy full SHA for 300c7a6
.github/workflows/integration-test-android.yml
@@ -72,12 +72,10 @@ jobs:
72
"appium:app": "storage:${{ steps.upload_apk.outputs.storage_id }}",
73
"appium:deviceName": "Samsung_Galaxy_S23_FE_free",
74
"appium:automationName": "UiAutomator2",
75
- "appium:appPackage": "io.sentry.unreal.sample",
76
- "appium:appActivity": "com.epicgames.unreal.GameActivity",
77
"appium:noReset": true,
78
"appium:autoLaunch": false,
79
"sauce:options": {
80
- "name": "UE5 Integration Test",
+ "name": "${{ inputs.unreal-version }} Android Integration Test",
81
"appiumVersion": "latest"
82
}
83
0 commit comments