我对 gitlab CI 管道 *cmiiw 上的触发输入非常好奇。所以,当 Node.js 上出现这样的提示时,主要问题是,
Ubuntu
但是当我尝试在 Gitlab CI 中实现时,会出现类似这样的错误
Gitlab.CI
这是我的gitlab.ci.yml
脚本
image: node:latest
cache:
paths:
- node_modules/
all_tests:
script:
- npm install
- npm run setup
- John Doe \n
- npm run test