gitlab Treating warnings as errors because of process.env.CI = true code example
Example: Treating warnings as errors because process.env.CI = true. github
- name: test
image: node
commands:
- unset CI
- npm install
- npm run tests
- name: test
image: node
commands:
- unset CI
- npm install
- npm run tests