Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test
  • Loading branch information
rouzier committed Feb 7, 2025
commit daff31aeb0371c65fbff4698305ffeb288a5f80e
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
Loading