cicd github actions:使用github Actions实现CICD工作流程 源码
Github动作 cicd-github-actions 创建该存储库是为了学习如何使用Github Actions创建CI / CD管道。 结构 name: name of the workflow on: action that will trigger thisworkflow jobs: steps to be done Linter:Eslint测试:Jest(单元和集成)E2E测试:Cypress 指令 首先在项目文件夹中运行npm install npm start运行webpack开发服务器npm test以运行测试npm run eslint以运行eslint npm r
文件列表
cicd-github-actions-master.zip
(预估有个30文件)
cicd-github-actions-master
.babelrc
151B
package.json
2KB
cypress
support
index.js
670B
commands.js
838B
videos
examples
pokedex.js.mp4
68KB
暂无评论