Skip to content

Commit 8600970

Browse files
committed
Test
1 parent c320576 commit 8600970

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ jobs:
6363
6464
echo "storage_id=$STORAGE_ID" >> $GITHUB_OUTPUT
6565
66+
- name: Check available devices
67+
run: |
68+
echo "Querying available Android devices in EU-Central..."
69+
curl -sS -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" \
70+
"https://api.eu-central-1.saucelabs.com/v1/rdc/devices?type=real_device&os=Android" \
71+
| jq '.entities[] | select(.isAvailable == true) | {name: .name, os: .os, osVersion: .osVersion, descriptor: .descriptor_id}'
72+
6673
- name: Start UE5 test on real device
6774
id: start_job
6875
run: |

0 commit comments

Comments
 (0)