cicd-github-actions:使用github Actions实现CICD工作流程

时间:2021-02-14 07:36:33
【文件属性】:
文件名称:cicd-github-actions:使用github Actions实现CICD工作流程
文件大小:205KB
文件格式:ZIP
更新时间:2021-02-14 07:36:33
JavaScript 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 run build以生成生产版本npm run start-prod以运行生产版本
【文件预览】:
cicd-github-actions-master
----.babelrc(151B)
----package.json(2KB)
----cypress()
--------support()
--------videos()
--------integration()
--------fixtures()
----.github()
--------workflows()
----test()
--------PokemonList.jest.spec.jsx(712B)
--------App.jest.spec.jsx(1KB)
--------PokemonPage.jest.spec.jsx(3KB)
----Procfile(23B)
----package-lock.json(519KB)
----src()
--------App.jsx(1KB)
--------ErrorMessage.jsx(166B)
--------PokemonPage.jsx(2KB)
--------index.jsx(163B)
--------PokemonAbility.jsx(288B)
--------styles.css(3KB)
--------LoadingSpinner.jsx(237B)
--------useApi.js(521B)
--------PokemonList.jsx(568B)
----.eslintrc.js(869B)
----.gitignore(32B)
----webpack.config.js(870B)
----cypress.json(3B)
----public()
--------index.html(229B)
----app.js(371B)
----README.md(577B)
----.eslintignore(38B)

网友评论