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 495a5c3 commit 8bdf0d6Copy full SHA for 8bdf0d6
.github/workflows/matrix-test.yml
@@ -10,7 +10,7 @@ jobs:
10
tests:
11
runs-on: ubuntu-latest
12
env:
13
- NEO4J_CONNECTIONS: bolt://neo4j:test@neo4j,http://neo4j:test@neo4j
+ NEO4J_CONNECTIONS: bolt://neo4j:test@localhost,http://neo4j:test@localhost
14
name: "Running test for PHP ${{ matrix.php-version }} on Neo4j ${{ matrix.neo4j-version }} with simple config"
15
strategy:
16
fail-fast: false
@@ -24,6 +24,9 @@ jobs:
24
25
NEO4J_AUTH: neo4j/test
26
NEO4JLABS_PLUGINS: '["apoc"]'
27
+ ports:
28
+ - 7687:7687
29
+ - 7474:7474
30
options: >-
31
--health-cmd "wget http://localhost:7474 || exit 1"
32
0 commit comments