Skip to content

Commit 2bb8eab

Browse files
committed
improved password strenght for testing
1 parent 6d570a3 commit 2bb8eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
neo4j:
2222
image: neo4j:${{ matrix.neo4j-version }}
2323
env:
24-
NEO4J_AUTH: neo4j/test
24+
NEO4J_AUTH: neo4j/testtest
2525
NEO4JLABS_PLUGINS: '["apoc"]'
2626
ports:
2727
- 7687:7687

0 commit comments

Comments
 (0)