Skip to content

Commit a36654a

Browse files
authored
test(endtoend): Skip process_plugin_sqlc_gen_json (#4075)
If the sqlc-gen-json binary isn't installed, skip the test instead of failing.
1 parent 47ce2eb commit a36654a

File tree

1 file changed

+2
-1
lines changed
  • internal/endtoend/testdata/process_plugin_sqlc_gen_json

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"contexts": ["base"]
2+
"contexts": ["base"],
3+
"process": "sqlc-gen-json"
34
}

0 commit comments

Comments
 (0)