Skip to content

Commit daff31a

Browse files
committed
Fix test
1 parent 2743bb3 commit daff31a

File tree

2 files changed

+4
-1
lines changed
  • .github/workflows
  • internal/endtoend/testdata/process_plugin_format_json

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: install sqlc-gen-test
3939
run: go install github.com/sqlc-dev/sqlc-gen-test@v0.1.0
4040

41+
- name: install test-json-process-plugin
42+
run: go install ./scripts/test-json-process-plugin/
43+
4144
- name: install ./...
4245
run: go install ./...
4346
env:

internal/endtoend/testdata/process_plugin_format_json/sqlc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"name": "jsonb",
1919
"process": {
20-
"cmd": "test_json_process_plugin",
20+
"cmd": "test-json-process-plugin",
2121
"format": "json"
2222
}
2323
}

0 commit comments

Comments
 (0)