Skip to content

Update neo4j-build.yml #6

Update neo4j-build.yml

Update neo4j-build.yml #6

Workflow file for this run

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: cd /; pwd; ls
- name: look2
run: cd /home; 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