Skip to content

Commit b12821a

Browse files
committed
Use Neo4j in mcp-integration
1 parent 639c82f commit b12821a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mcp-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Build
4242
run: make KERNEL_MODULES=true
4343

44-
- name: Install PostgreSQL
45-
run: bin/installPostgres
44+
- name: Install Neo4j
45+
run: bin/manage-neo4j.sh install
4646

4747
- name: Start SPADE
4848
run: bin/spade start
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Configure SPADE (add analyzer and storage)
6060
run: |
61-
printf 'add analyzer CommandLine\nadd storage PostgreSQL\nset storage PostgreSQL\nexit\n' \
61+
printf 'add analyzer CommandLine\nadd storage Neo4j\nset storage Neo4j\nexit\n' \
6262
| bin/spade control
6363
6464
- name: Start MCP server

0 commit comments

Comments
 (0)