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 c893c7f commit 66c7eecCopy full SHA for 66c7eec
1 file changed
.github/workflows/ios.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Boot preflight via agent-device
56
run: |
57
set -euo pipefail
58
- pnpm ad boot --platform ios --udid "$IOS_UDID" --json
+ node --experimental-strip-types src/bin.ts boot --platform ios --udid "$IOS_UDID" --json
59
env:
60
AGENT_DEVICE_IOS_BOOT_TIMEOUT_MS: "180000"
61
AGENT_DEVICE_RETRY_LOGS: "1"
0 commit comments