Skip to content

Commit 787fa03

Browse files
committed
fix id
1 parent f987e11 commit 787fa03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "storage_id=$STORAGE_ID" >> $GITHUB_OUTPUT
6363
6464
- name: Start UE5 test on real device
65-
id: start_job
65+
id: start_session
6666
run: |
6767
REQUEST=$(cat <<EOF
6868
{
@@ -74,6 +74,8 @@ jobs:
7474
"appium:automationName": "UiAutomator2",
7575
"appium:appPackage": "io.sentry.unreal.sample",
7676
"appium:appActivity": "com.epicgames.unreal.GameActivity",
77+
"appium:noReset": true,
78+
"appium:autoLaunch": false,
7779
"sauce:options": {
7880
"name": "UE5 Integration Test",
7981
"appiumVersion": "latest"

0 commit comments

Comments
 (0)