Skip to content

Updating github actions for CI #8

Updating github actions for CI

Updating github actions for CI #8

Workflow file for this run

name: build-neo4j
on:
push
jobs:
neo4j:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Start Neo4J
run: docker compose -f "docker-compose.yml" up -d --build
- name: Stop containers
if: always()
run: docker compose -f "docker-compose.yml" down
# TODO: agregar cypher-shell y hacer cat 01-.....cypher | cypher-shell para probar el script