Skip to content

Commit

Permalink
use only auth
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 16, 2024
1 parent 1cc7fd8 commit 33e9566
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ jobs:
- 7474:7474
- 7687:7687
env:
NEO4J_USER: neo4j
NEO4J_PASSWORD: your_password
NEO4J_HOST: localhost
NEO4J_PORT: 7687
NEO4J_AUTH: neo4j/your_password
options: >-
--health-cmd="curl -f http://localhost:7474 || exit 1"
--health-interval=10s
Expand Down

0 comments on commit 33e9566

Please sign in to comment.