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 1
1
npm -- prefix core ci
2
- npm -- prefix core test
3
2
npm -- prefix core run build
4
3
npm -- prefix bolt- connection ci
5
- npm -- prefix bolt- connection test
6
4
npm -- prefix bolt- connection run build
7
5
8
6
npm ci
9
7
8
+ npm -- prefix core test
9
+ npm -- prefix bolt- connection test
10
+
10
11
$ErrorFound = $False
11
12
12
13
try
Original file line number Diff line number Diff line change @@ -6,10 +6,8 @@ function finish {
6
6
trap finish EXIT
7
7
8
8
npm --prefix ./core/ ci
9
- npm --prefix ./core/ test
10
9
npm --prefix ./core/ run build
11
10
npm --prefix ./bolt-connection/ ci
12
- npm --prefix ./bolt-connection/ test
13
11
npm --prefix ./bolt-connection/ run build
14
12
15
13
npm ci
@@ -18,4 +16,7 @@ if [[ ! -z "$1" ]]; then
18
16
export NEOCTRL_ARGS=" $1 "
19
17
fi
20
18
19
+ npm --prefix ./core/ test
20
+ npm --prefix ./bolt-connection/ test
21
+
21
22
npm run start-neo4j && npm test
You can’t perform that action at this time.
0 commit comments