File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11npm -- prefix core ci
2- npm -- prefix core test
32npm -- prefix core run build
43npm -- prefix bolt- connection ci
5- npm -- prefix bolt- connection test
64npm -- prefix bolt- connection run build
75
86npm ci
97
8+ npm -- prefix core test
9+ npm -- prefix bolt- connection test
10+
1011$ErrorFound = $False
1112
1213try
Original file line number Diff line number Diff line change @@ -6,10 +6,8 @@ function finish {
66trap finish EXIT
77
88npm --prefix ./core/ ci
9- npm --prefix ./core/ test
109npm --prefix ./core/ run build
1110npm --prefix ./bolt-connection/ ci
12- npm --prefix ./bolt-connection/ test
1311npm --prefix ./bolt-connection/ run build
1412
1513npm ci
@@ -18,4 +16,7 @@ if [[ ! -z "$1" ]]; then
1816 export NEOCTRL_ARGS=" $1 "
1917fi
2018
19+ npm --prefix ./core/ test
20+ npm --prefix ./bolt-connection/ test
21+
2122npm run start-neo4j && npm test
You can’t perform that action at this time.
0 commit comments