Skip to content

Commit 7d9832d

Browse files
committed
(#8) Updated appveyor config
1 parent ef1fecf commit 7d9832d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ test_script:
3232
- node --version
3333
- npm --version
3434
# run tests
35-
- npm test
36-
- npm run test:it
35+
- cd test
36+
- npm ci
37+
- npm test test
38+
- npm test run test:it
3739

3840
on_success:
3941
- IF defined APPVEYOR_REPO_TAG_NAME npm publish

0 commit comments

Comments
 (0)