File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 69
69
key : ${{ runner.os }}-build-${{env.INSTALL_CACHE_NAME}}-${{ hashFiles('**/package-lock.json') }}
70
70
restore-keys : ${{ runner.os }}-build-${{env.INSTALL_CACHE_NAME}}-
71
71
- name : Testing
72
- run : npm run test:unit:2 && npm run test:unit:3
72
+ run : npm run test:unit
73
73
- name : Sending to Code Climate
74
74
env :
75
75
CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
Original file line number Diff line number Diff line change 10
10
"build:prod" : " npm run use-vue:2 && cross-env NODE_ENV=production npm run build" ,
11
11
"lint" : " vue-cli-service lint --max-warnings 0" ,
12
12
"lint:ci" : " npm run lint -- --no-fix" ,
13
+ "test:unit" : " npm run test:unit:2 && npm run test:unit:3" ,
13
14
"test:unit:2" : " npm run use-vue:2 && vue-cli-service test:unit" ,
14
15
"test:unit:3" : " npm run use-vue:3 && vue-cli-service test:unit" ,
15
16
"use-vue:2" : " node scripts/swap-vue.js 2 && vue-demi-switch 2" ,
You can’t perform that action at this time.
0 commit comments