Skip to content

Commit

Permalink
move assertion to post_generate
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Oct 7, 2024
1 parent 808f6ff commit 4f9f4af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .codegen.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
".codegen/lookup.go.tmpl": "bundle/config/variable/lookup.go"
},
"toolchain": {
"pre_setup": [
"go test -timeout 240s -run TestConsistentDatabricksSdkVersion github.com/databricks/cli/internal/build"
],
"required": ["go"],
"post_generate": [
"go test -timeout 240s -run TestConsistentDatabricksSdkVersion github.com/databricks/cli/internal/build",
"go run ./bundle/internal/schema/*.go ./bundle/schema/jsonschema.json",
"echo 'bundle/internal/tf/schema/\\*.go linguist-generated=true' >> ./.gitattributes",
"echo 'go.sum linguist-generated=true' >> ./.gitattributes",
Expand Down

0 comments on commit 4f9f4af

Please sign in to comment.