File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/setup-node@v1
1717 with :
1818 node-version : ${{ matrix.node-version }}
19+ - name : Creating Neo4j Container
20+ run : |
21+ chmod +x ./scripts/docker-neo4j-initializer/docker-neo4j.sh
22+ ./scripts/docker-neo4j-initializer/docker-neo4j.sh
23+ sleep 30s
24+ chmod +x ./scripts/docker-neo4j-initializer/start-movies-db.sh
25+ ./scripts/docker-neo4j-initializer/start-movies-db.sh
1926 - run : rm -rf docs
2027 - run : yarn install
2128 - name : Cypress run
Original file line number Diff line number Diff line change 1717 uses : actions/setup-node@v1
1818 with :
1919 node-version : ${{ matrix.node-version }}
20+ - name : Creating Neo4j Container
21+ run : |
22+ chmod +x ./scripts/docker-neo4j-initializer/docker-neo4j.sh
23+ ./scripts/docker-neo4j-initializer/docker-neo4j.sh
24+ sleep 30s
25+ chmod +x ./scripts/docker-neo4j-initializer/start-movies-db.sh
26+ ./scripts/docker-neo4j-initializer/start-movies-db.sh
2027 - run : rm -rf docs
2128 - run : yarn install
2229 - name : Cypress run
You can’t perform that action at this time.
0 commit comments