添加本地测试和CI测试同时支持
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Qumolama.d
2022-05-16 13:25:50 +08:00
parent f23a607148
commit db72ad3694
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@ steps:
image: node:16
commands:
- yarn install
- yarn test
- env CI=1 yarn test
- name: notify
image: appleboy/drone-telegram
when: