Skip to content

Commit f957007

Browse files
committed
Hotfix for master deployment script
1 parent 781056b commit f957007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: Creating Neo4j Container
21-
run:
21+
run: |
2222
chmod +x ./scripts/docker-neo4j-initializer/docker-neo4j.sh
2323
./scripts/docker-neo4j-initializer/docker-neo4j.sh
2424
sleep 30s

0 commit comments

Comments
 (0)