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 f8b730d commit c320576Copy full SHA for c320576
.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": "Samsung Galaxy S23.*",
76
- "appium:platformVersion": "13",
+ "appium:deviceName": "Samsung Galaxy S23 FE",
+ "appium:platformVersion": "16.0",
77
"appium:automationName": "UiAutomator2",
78
"appium:appPackage": "io.sentry.unreal.sample",
79
"appium:appActivity": "com.epicgames.unreal.GameActivity",
0 commit comments