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 178cff1 commit 3b2b863Copy full SHA for 3b2b863
.github/workflows/integration-test-cluster-neo4j-4.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Populate .env
20
run: |
21
echo "PHP_VERSION=${{ matrix.php }}" > .env
22
- echo "CONNECTION=neo4j://neo4j:testtest@core1" >> .env
+ echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
23
- uses: hoverkraft-tech/[email protected]
24
name: Start services
25
with:
0 commit comments