Skip to content

Commit 8bdf0d6

Browse files
committed
attached correct ports and hostnames
1 parent 495a5c3 commit 8bdf0d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/matrix-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tests:
1111
runs-on: ubuntu-latest
1212
env:
13-
NEO4J_CONNECTIONS: bolt://neo4j:test@neo4j,http://neo4j:test@neo4j
13+
NEO4J_CONNECTIONS: bolt://neo4j:test@localhost,http://neo4j:test@localhost
1414
name: "Running test for PHP ${{ matrix.php-version }} on Neo4j ${{ matrix.neo4j-version }} with simple config"
1515
strategy:
1616
fail-fast: false
@@ -24,6 +24,9 @@ jobs:
2424
env:
2525
NEO4J_AUTH: neo4j/test
2626
NEO4JLABS_PLUGINS: '["apoc"]'
27+
ports:
28+
- 7687:7687
29+
- 7474:7474
2730
options: >-
2831
--health-cmd "wget http://localhost:7474 || exit 1"
2932

0 commit comments

Comments
 (0)