Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzier committed Feb 7, 2025
1 parent 2743bb3 commit daff31a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: install sqlc-gen-test
run: go install github.com/sqlc-dev/[email protected]

- name: install test-json-process-plugin
run: go install ./scripts/test-json-process-plugin/

- name: install ./...
run: go install ./...
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"name": "jsonb",
"process": {
"cmd": "test_json_process_plugin",
"cmd": "test-json-process-plugin",
"format": "json"
}
}
Expand Down

0 comments on commit daff31a

Please sign in to comment.