Skip to content

Commit 52991bd

Browse files
author
Kelly Selden
committed
split appveyor job
1 parent c74bb2d commit 52991bd

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
@@ -1,6 +1,9 @@
11
environment:
22
matrix:
33
- nodejs_version: "10"
4+
TEST_COMMAND: "test:bin"
5+
- nodejs_version: "10"
6+
TEST_COMMAND: "test:command"
47
DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply"
58

69
branches:
@@ -31,8 +34,7 @@ install:
3134
test_script:
3235
- node --version
3336
- npm --version
34-
- npm run test:bin
35-
- npm run test:command
37+
- npm run %TEST_COMMAND%
3638

3739
# http://help.appveyor.com/discussions/questions/1310-delete-cache
3840
cache:

0 commit comments

Comments
 (0)