Skip to content

Commit c6bcd2e

Browse files
committed
finalise 0.0.8 changes
1 parent 6d87432 commit c6bcd2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

step.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ ${is_ignore_sha_check:+--ignore-sha-check} \
8282
\"$app_file\" \"$workspace\""
8383

8484
# Capture the command output and display it
85-
echo "Using non-terminal output method (capture and echo)"
85+
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"
8687
OUTPUT=$(npx --yes "$DCD_VERSION" cloud --quiet \
8788
--apiKey "$api_key" \
8889
${api_url:+--api-url "$api_url"} \

0 commit comments

Comments
 (0)