Skip to content

Commit 87f160b

Browse files
committed
ci: Update Neo4j connection string in integration test workflow
1 parent 96d5c35 commit 87f160b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test-cluster-neo4j-4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Populate .env
2020
run: |
2121
echo "PHP_VERSION=${{ matrix.php }}" > .env
22-
echo "CONNECTION=neo4j://neo4j:testtest@neo4j" >> .env
22+
echo "CONNECTION=neo4j://neo4j:testtest@core1" >> .env
2323
- uses: hoverkraft-tech/[email protected]
2424
name: Start services
2525
with:

0 commit comments

Comments
 (0)