1 Star 0 Fork 3

forte5/web

forked from OurBMC/webui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run-ci 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
Derick Montague 提交于 2021-03-17 10:11 +08:00 . Add run-ci shell script
#!/bin/bash
# Run GUI Unit Tests as part of the CI Build process#
set -e
# When called from openbmc-build-scripts, the `pwd` could be anywhere, but
# the root of the repo is passed in the first argument. Switch to the repo
# root so npm/git run in the right place.
if [ -n "$1" ]; then
cd "$1"
fi
# It is expected that the format-code script was already run as part of the CI
# so the node modules needed to run this script will be installed
npm run test:unit
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/forte5/web.git
git@gitee.com:forte5/web.git
forte5
web
web
master

搜索帮助