Skip to content

Commit 0159033

Browse files
committed
Fix desktop snapshot test to suppress output and improve readability
1 parent 489beb0 commit 0159033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-dynamic-method.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
# Test desktop snapshot with retry
198198
echo "Testing desktop snapshot..."
199199
for attempt in {1..5}; do
200-
if curl -f http://localhost:5000/desktop-snapshot; then
200+
if curl -f http://localhost:5000/desktop-snapshot -o /dev/null; then
201201
echo "✅ Desktop snapshot passed on attempt $attempt"
202202
((api_success++))
203203
break

0 commit comments

Comments
 (0)