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 0886b98 commit f8b730dCopy full SHA for f8b730d
.github/workflows/integration-test-android.yml
@@ -72,8 +72,8 @@ jobs:
72
"alwaysMatch": {
73
"platformName": "Android",
74
"appium:app": "storage:${{ steps.upload_apk.outputs.storage_id }}",
75
- "appium:deviceName": "Google Pixel.*",
76
- "appium:platformVersion": "12",
+ "appium:deviceName": "Samsung Galaxy S23.*",
+ "appium:platformVersion": "13",
77
"appium:automationName": "UiAutomator2",
78
"appium:appPackage": "io.sentry.unreal.sample",
79
"appium:appActivity": "com.epicgames.unreal.GameActivity",
0 commit comments