1 Star 0 Fork 0

杨泽瑞/test-for-vue-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitee.yml 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '1.0'
name: ci-test
displayName: CI 测试流水线
triggers:
pr: # 仅在 Pull Request 时触发
branches:
include:
- master # 仅当 PR 目标为 master 时触发
jobs:
test:
steps:
- name: 安装依赖
uses: node:18 # 选择 Node.js 版本
command: npm install
- name: 运行测试
command: npm test # 执行项目测试脚本(确保 package.json 中有 "test" 脚本)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yxcym/test-for-vue-project.git
git@gitee.com:yxcym/test-for-vue-project.git
yxcym
test-for-vue-project
test-for-vue-project
master

搜索帮助