mdanics / Setup-Neo4j

Github action to setup a neo4j database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo4j GitHub Action with APOC

This is a github action to setup a neo4j database loaded with APOC intended to be used for tests.

This is a fork of https://github.com/Baptouuuu/Setup-Neo4j, with the addition of APOC to the setup.

No authentication is required.

Usage

steps:
  - name: Setup Neo4j with APOC
    uses: mdanics/Setup-Neo4j@1.0.0

About

Github action to setup a neo4j database

License:MIT License


Languages

Language:Shell 62.4%Language:Dockerfile 37.6%