Skip to content

Commit bc07c92

Browse files
exaby73transistive
authored andcommitted
fix: Auth env for service container
1 parent 12c664a commit bc07c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
build:
1212
name: Build
1313
runs-on: ubuntu-latest
14-
env:
15-
NEO4J_AUTH: neo4j/testtest
1614
strategy:
1715
max-parallel: 10
1816
matrix:
@@ -46,6 +44,8 @@ jobs:
4644
services:
4745
neo4j:
4846
image: neo4j:5.22
47+
env:
48+
NEO4J_AUTH: neo4j/testtest
4949
options: >-
5050
--hostname neo4j
5151
--health-cmd "wget -q --method=HEAD http://localhost:7474 || exit 1"

0 commit comments

Comments
 (0)