Skip to content

Commit

Permalink
Create neo4j-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 15, 2023
1 parent 2dda899 commit c1feef2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/neo4j-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

name: Set up a Neo4j Database
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_neo4j:
runs-on: ubuntu-latest
steps:
- uses: baptouuuu/[email protected]
with:
tag: '3.4' # optional neo4j version
- name: look
run: pwd; ls
#- uses: actions/checkout@v3
#- name: Set up Python 3
# uses: actions/setup-python@v3
# with:
# python-version: '3.11'
#- name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# python -m pip install flake8 pytest
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 comments on commit c1feef2

Please sign in to comment.