File tree Expand file tree Collapse file tree 1 file changed +2
-31
lines changed
Expand file tree Collapse file tree 1 file changed +2
-31
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33jobs :
4- build_linux :
4+ build :
55 docker :
66 - image : cimg/node:lts-browsers
77 steps :
@@ -28,41 +28,12 @@ jobs:
2828 - run :
2929 name : Push Coverage
3030 command : codecov
31- build_mac :
32- macos :
33- xcode : 12.3.0
34- steps :
35- - checkout
36- - run :
37- name : Update NPM
38- command : sudo npm install -g npm@latest
39- - run :
40- name : Install Dependencies
41- command : |
42- sudo npm install -g grunt-cli codecov
43- - restore_cache :
44- key : node-cache-{{ checksum "package-lock.json" }}
45- - run :
46- name : Install NPM packages
47- command : npm ci
48- - save_cache :
49- key : node-cache-{{ checksum "package-lock.json" }}
50- paths :
51- - ./node_modules
52- - run :
53- name : Run tests
54- command : grunt ci
5531
5632workflows :
5733 version : 2
5834 build :
5935 jobs :
60- - build_linux :
61- filters :
62- branches :
63- ignore :
64- - gh-pages
65- - build_mac :
36+ - build :
6637 filters :
6738 branches :
6839 ignore :
You can’t perform that action at this time.
0 commit comments