We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639c82f commit b12821aCopy full SHA for b12821a
1 file changed
.github/workflows/mcp-integration.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Build
42
run: make KERNEL_MODULES=true
43
44
- - name: Install PostgreSQL
45
- run: bin/installPostgres
+ - name: Install Neo4j
+ run: bin/manage-neo4j.sh install
46
47
- name: Start SPADE
48
run: bin/spade start
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Configure SPADE (add analyzer and storage)
60
run: |
61
- printf 'add analyzer CommandLine\nadd storage PostgreSQL\nset storage PostgreSQL\nexit\n' \
+ printf 'add analyzer CommandLine\nadd storage Neo4j\nset storage Neo4j\nexit\n' \
62
| bin/spade control
63
64
- name: Start MCP server
0 commit comments