Skip to content

Commit c21c837

Browse files
committed
fix: also skip 34_serverbuilder_typed example in CI
This example also requires the schema-generation feature flag
1 parent aadcafd commit c21c837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
fi
115115
if [[ "$example_name" == "32_typed_tools" ]] || \
116116
[[ "$example_name" == "33_advanced_typed_tools" ]] || \
117+
[[ "$example_name" == "34_serverbuilder_typed" ]] || \
117118
[[ "$example_name" == "35_wasm_typed_tools" ]]; then
118119
echo "Skipping example: $example_name (requires schema-generation feature)"
119120
continue

0 commit comments

Comments
 (0)