Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
Changes default neo4j password to a longer value to meet Neo4j's new criteria.
  • Loading branch information
amorgner authored Oct 26, 2023
1 parent 3902c27 commit 6754a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: >-
docker run -d --name ${{ matrix.module }}-test-${{ github.run_id }}
-p 7687
-e NEO4J_AUTH=neo4j/admin
-e NEO4J_AUTH=neo4j/admin123
-e NEO4J_ACCEPT_LICENSE_AGREEMENT=yes
-e NEO4J_dbms_memory_heap_maxSize=4G
-e NEO4J_dbms_memory_pagecache_size=4G neo4j:4.4 &&
Expand Down

0 comments on commit 6754a37

Please sign in to comment.