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 8600970 commit a63eb1aCopy full SHA for a63eb1a
.github/workflows/integration-test-android.yml
@@ -68,7 +68,7 @@ jobs:
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}'
+ | jq '.'
72
73
- name: Start UE5 test on real device
74
id: start_job
0 commit comments