We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74bb2d commit 52991bdCopy full SHA for 52991bd
appveyor.yml
@@ -1,6 +1,9 @@
1
environment:
2
matrix:
3
- nodejs_version: "10"
4
+ TEST_COMMAND: "test:bin"
5
+ - nodejs_version: "10"
6
+ TEST_COMMAND: "test:command"
7
DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply"
8
9
branches:
@@ -31,8 +34,7 @@ install:
31
34
test_script:
32
35
- node --version
33
36
- npm --version
- - npm run test:bin
- - npm run test:command
37
+ - npm run %TEST_COMMAND%
38
39
# http://help.appveyor.com/discussions/questions/1310-delete-cache
40
cache:
0 commit comments