We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd53a5 commit dd83c5dCopy full SHA for dd83c5d
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Run Tests without phpunit.xml
50
env:
51
- NEO4J_ADDRESS: "http://localhost"
+ NEO4J_ADDRESS: "http://localhost:7474"
52
NEO4J_USERNAME: "neo4j"
53
NEO4J_PASSWORD: "password"
54
run: vendor/bin/phpunit --configuration phpunit.dist.xml
0 commit comments