We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f957007 + 6d89b4d commit 57cfd19Copy full SHA for 57cfd19
.github/workflows/master-deployment.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: Creating Neo4j Container
21
- run: |
+ run: |
22
chmod +x ./scripts/docker-neo4j-initializer/docker-neo4j.sh
23
./scripts/docker-neo4j-initializer/docker-neo4j.sh
24
sleep 30s
0 commit comments