From 2e0e54e75cc81470b7806cad56e9e6a2fe2a9974 Mon Sep 17 00:00:00 2001 From: edwinyjlim Date: Fri, 16 Jan 2026 17:12:00 -0500 Subject: [PATCH] properly cause job to fail in GH if wizard errors out --- .github/workflows/wizard-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wizard-ci.yml b/.github/workflows/wizard-ci.yml index bb1c0eb0..6bc07008 100644 --- a/.github/workflows/wizard-ci.yml +++ b/.github/workflows/wizard-ci.yml @@ -523,7 +523,7 @@ jobs: fi $CMD 2>&1 | tee wizard-output.log - WIZARD_EXIT=$? + WIZARD_EXIT=${PIPESTATUS[0]} # Save resources zips from running server (for artifact upload) curl -s http://localhost:8765/examples-mcp-resources.zip -o examples-mcp-resources.zip || true