Skip to content

Commit a63eb1a

Browse files
committed
tets
1 parent 8600970 commit a63eb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "Querying available Android devices in EU-Central..."
6969
curl -sS -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" \
7070
"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}'
71+
| jq '.'
7272
7373
- name: Start UE5 test on real device
7474
id: start_job

0 commit comments

Comments
 (0)