Skip to content

Commit 383f18e

Browse files
authored
Update "make generate" to update acceptance/bundle/refschema (#4691)
## Why It's frequently changed so it should be included with all other schemas. That way you might not need more expensive "make test-update" after SDK update.
1 parent 24f5f01 commit 383f18e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ generate:
182182
@echo "Generating CLI code..."
183183
$(GENKIT_BINARY) update-sdk
184184
cat .gitattributes.manual .gitattributes > .gitattributes.tmp && mv .gitattributes.tmp .gitattributes
185+
-go test ./acceptance -run TestAccept/bundle/refschema -update &> /dev/null
185186
@echo "Updating direct engine config..."
186187
make generate-direct
187188
go test ./bundle/internal/schema

0 commit comments

Comments
 (0)