mirror of
https://gitee.com/layui/layui.git
synced 2025-10-15 18:55:04 +08:00
chore: 修改浏览器和 sauce 顺序
This commit is contained in:
@@ -12,6 +12,7 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
script:
|
script:
|
||||||
- npm run test:cov && npm run test:sauce
|
- npm run test:cov
|
||||||
|
- npm run test:sauce
|
||||||
after_script:
|
after_script:
|
||||||
- npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
|
- npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
|
||||||
|
Reference in New Issue
Block a user