Skip to content

Commit 66c7eec

Browse files
committed
Run iOS boot preflight via source CLI in CI
1 parent c893c7f commit 66c7eec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Boot preflight via agent-device
5656
run: |
5757
set -euo pipefail
58-
pnpm ad boot --platform ios --udid "$IOS_UDID" --json
58+
node --experimental-strip-types src/bin.ts boot --platform ios --udid "$IOS_UDID" --json
5959
env:
6060
AGENT_DEVICE_IOS_BOOT_TIMEOUT_MS: "180000"
6161
AGENT_DEVICE_RETRY_LOGS: "1"

0 commit comments

Comments
 (0)