how can I install two neo4j 3.5.x servers (operating on different ports) via yml in GitHub action workflow, give them custom username and password and activate them?
in addition, I need to compile my Java project with JDK 14.
My final (and finished) ...