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 12c664a commit bc07c92Copy full SHA for bc07c92
.github/workflows/tests.yml
@@ -11,8 +11,6 @@ jobs:
11
build:
12
name: Build
13
runs-on: ubuntu-latest
14
- env:
15
- NEO4J_AUTH: neo4j/testtest
16
strategy:
17
max-parallel: 10
18
matrix:
@@ -46,6 +44,8 @@ jobs:
46
44
services:
47
45
neo4j:
48
image: neo4j:5.22
+ env:
+ NEO4J_AUTH: neo4j/testtest
49
options: >-
50
--hostname neo4j
51
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"
0 commit comments