📜  将警告视为错误,因为 process.env.CI = true. github - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:21.813000             🧑  作者: Mango
代码示例2
- name: test
image: node
commands:
- unset CI
- npm install
- npm run tests