Skip to content

Commit 60a7306

Browse files
committed
Fix Neo4j service name in CI workflow
- Change 'neo4j' to 'graphdone-neo4j' to match docker-compose.yml - This fixes the 'no such service: neo4j' error
1 parent 2db5bf0 commit 60a7306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/comprehensive-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Start services
6969
run: |
7070
# Start Docker services
71-
docker compose -f deployment/docker-compose.yml up -d neo4j
71+
docker compose -f deployment/docker-compose.yml up -d graphdone-neo4j
7272
7373
# Wait for Neo4j to be ready
7474
timeout 60 bash -c 'until curl -s http://localhost:7474 > /dev/null; do sleep 2; done'

0 commit comments

Comments
 (0)