There was an error while loading. Please reload this page.
1 parent f967535 commit 348f111Copy full SHA for 348f111
1 file changed
.github/workflows/smoke-test.yml
@@ -142,9 +142,9 @@ jobs:
142
*) echo "Invalid or missing verified output: '$VERIFIED'" >&2; exit 1 ;;
143
esac
144
if [ -z "$VERIFICATION_CONTEXT" ]; then
145
- echo "verification_context not yet emitted by image — VC v1.0 output support requires Docker image update (tracked separately)"
146
- echo "Skipping VC document validation (backward-compatible mode)"
147
- exit 0
+ echo "FAIL: verification_context is empty but output_format=verification-context was requested" >&2
+ echo "The Docker image does not yet support VC v1.0 outputs (tracked in #9)" >&2
+ exit 1
148
fi
149
echo "VC document emitted — validating full contract"
150
printf '%s' "$VERIFICATION_CONTEXT" | jq -e . >/dev/null
0 commit comments