Skip to content

Commit a20c7e6

Browse files
committed
setup connections correctly for single server test
1 parent fac8146 commit a20c7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test-single-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tests:
1313
runs-on: ubuntu-latest
1414
env:
15-
CONNECTIONS: neo4j://neo4j:testtest@neo4j,bolt://neo4j:testtest@neo4j,http://neo4j:testtest@neo4j
15+
CONNECTIONS: neo4j://neo4j:testtest@localhost,bolt://neo4j:testtest@localhost,http://neo4j:testtest@localhost
1616
name: "Running on PHP ${{ matrix.php-version }} with a Neo4j ${{ matrix.neo4j-version }} instance"
1717
strategy:
1818
fail-fast: false

0 commit comments

Comments
 (0)