Skip to content

Commit 0dbb607

Browse files
committed
Test
1 parent a63eb1a commit 0dbb607

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/integration-test-android.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21-
with:
22-
submodules: recursive
2321

2422
- name: Download artifact from workflow run
2523
uses: dawidd6/action-download-artifact@v6
@@ -79,8 +77,7 @@ jobs:
7977
"alwaysMatch": {
8078
"platformName": "Android",
8179
"appium:app": "storage:${{ steps.upload_apk.outputs.storage_id }}",
82-
"appium:deviceName": "Samsung Galaxy S23 FE",
83-
"appium:platformVersion": "16.0",
80+
"appium:deviceName": "Samsung_Galaxy_S23_FE_free",
8481
"appium:automationName": "UiAutomator2",
8582
"appium:appPackage": "io.sentry.unreal.sample",
8683
"appium:appActivity": "com.epicgames.unreal.GameActivity",

0 commit comments

Comments
 (0)