Skip to content

chore(deps): update neo4j docker tag to v5.13 #812

chore(deps): update neo4j docker tag to v5.13

chore(deps): update neo4j docker tag to v5.13 #812

Workflow file for this run

name: "Build"
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/[email protected]
with:
node-version: '17.3.0'
- name: Dummy KV DB
run: |
ls
cd code/kv_bash
source kv.sh
kset foo bar
kget foo
kget bar
- name: Build Images
run: |
cd code
chmod +x *.sh
./start.sh
./stop.sh