We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadcafd commit c21c837Copy full SHA for c21c837
.github/workflows/ci.yml
@@ -114,6 +114,7 @@ jobs:
114
fi
115
if [[ "$example_name" == "32_typed_tools" ]] || \
116
[[ "$example_name" == "33_advanced_typed_tools" ]] || \
117
+ [[ "$example_name" == "34_serverbuilder_typed" ]] || \
118
[[ "$example_name" == "35_wasm_typed_tools" ]]; then
119
echo "Skipping example: $example_name (requires schema-generation feature)"
120
continue
0 commit comments