You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
verify-action-build: fix RESULT panel cause on binary-download failure (#747)
When a JS action rebuilds cleanly but fails only the binary-download
verification check, the RESULT panel incorrectly reported "Differences
detected between published and rebuilt JS" because the failure branch
selected its message on `is_js_action` rather than the actual cause.
Reorder the branches to dispatch on the real failure condition:
all_match=False → JS-mismatch message; otherwise binary download
failures → binary-download message. Observed on PR #724 (posit-dev/
setup-air): JS row was ✓ pass, Binary row was ✗ fail, yet the RESULT
panel still referenced a JS mismatch.
Adds regression tests for both paths (JS action with unverified
download; JS action with actual JS mismatch).
Generated-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments