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 2743bb3 commit daff31aCopy full SHA for daff31a
.github/workflows/ci.yml
@@ -38,6 +38,9 @@ jobs:
38
- name: install sqlc-gen-test
39
run: go install github.com/sqlc-dev/sqlc-gen-test@v0.1.0
40
41
+ - name: install test-json-process-plugin
42
+ run: go install ./scripts/test-json-process-plugin/
43
+
44
- name: install ./...
45
run: go install ./...
46
env:
internal/endtoend/testdata/process_plugin_format_json/sqlc.json
@@ -17,7 +17,7 @@
17
{
18
"name": "jsonb",
19
"process": {
20
- "cmd": "test_json_process_plugin",
+ "cmd": "test-json-process-plugin",
21
"format": "json"
22
}
23
0 commit comments