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 6d87432 commit c6bcd2eCopy full SHA for c6bcd2e
step.sh
@@ -82,7 +82,8 @@ ${is_ignore_sha_check:+--ignore-sha-check} \
82
\"$app_file\" \"$workspace\""
83
84
# Capture the command output and display it
85
-echo "Using non-terminal output method (capture and echo)"
+echo "Waiting for full test results so we can parse outputs... this may take a while for non-async tests"
86
+echo "Check status at https://console.devicecloud.dev/results"
87
OUTPUT=$(npx --yes "$DCD_VERSION" cloud --quiet \
88
--apiKey "$api_key" \
89
${api_url:+--api-url "$api_url"} \
0 commit comments