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 a63eb1a commit 0dbb607Copy full SHA for 0dbb607
.github/workflows/integration-test-android.yml
@@ -18,8 +18,6 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v4
21
- with:
22
- submodules: recursive
23
24
- name: Download artifact from workflow run
25
uses: dawidd6/action-download-artifact@v6
@@ -79,8 +77,7 @@ jobs:
79
77
"alwaysMatch": {
80
78
"platformName": "Android",
81
"appium:app": "storage:${{ steps.upload_apk.outputs.storage_id }}",
82
- "appium:deviceName": "Samsung Galaxy S23 FE",
83
- "appium:platformVersion": "16.0",
+ "appium:deviceName": "Samsung_Galaxy_S23_FE_free",
84
"appium:automationName": "UiAutomator2",
85
"appium:appPackage": "io.sentry.unreal.sample",
86
"appium:appActivity": "com.epicgames.unreal.GameActivity",
0 commit comments