File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,11 @@ before_install:
1616 - curl -o- -L https://yarnpkg.com/install.sh | bash
1717 - export PATH=$HOME/.yarn/bin:$PATH
1818
19- install :
20- - yarn install --frozen-lockfile --non-interactive
19+ script :
20+ - cat node_modules/ember-template-lint/package.json | grep \"version\"
21+ - yarn lint:js
22+ - yarn lint:md
23+ - yarn test
2124
2225env :
2326 global :
2831 fail_fast : true
2932
3033 include :
31- # runs linting and tests with current locked deps
32-
3334 - stage : " Tests"
3435 name : " ember-template-lint 1.6.1"
35- script :
36- - yarn lint:js
37- - yarn lint:md
38- - yarn test
36+ install : yarn install --frozen-lockfile --non-interactive
37+
3938 - name : " ember-template-lint latest"
4039 install : yarn install --no-lockfile
41- script :
42- - yarn lint:js
43- - yarn lint:md
44- - yarn test
You can’t perform that action at this time.
0 commit comments