Skip to content

Commit bb27906

Browse files
author
hirsch88
committed
update config appveyor
1 parent cbbef9b commit bb27906

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

appveyor.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
environment:
22
nodejs_version: "8"
3+
DB_TYPE: "sqlite"
4+
DB_DATABASE: "./mydb.sql"
5+
DB_LOGGING: false
36

47
install:
58
- ps: Install-Product node $env:nodejs_version
@@ -9,4 +12,6 @@ build_script:
912
- npm start build
1013

1114
test_script:
12-
- npm test
15+
- npm start test
16+
- npm start test.integration
17+
- npm start test.e2e

0 commit comments

Comments
 (0)