1 parent 489beb0 commit 0159033Copy full SHA for 0159033
1 file changed
.github/workflows/test-dynamic-method.yml
@@ -197,7 +197,7 @@ jobs:
197
# Test desktop snapshot with retry
198
echo "Testing desktop snapshot..."
199
for attempt in {1..5}; do
200
- if curl -f http://localhost:5000/desktop-snapshot; then
+ if curl -f http://localhost:5000/desktop-snapshot -o /dev/null; then
201
echo "✅ Desktop snapshot passed on attempt $attempt"
202
((api_success++))
203
break
0 commit comments