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