提交 00582333 编写于 作者: 李少辉-开发者's avatar 李少辉-开发者 🎧

更新.gitlab-ci.yml文件

上级 d7a30744
......@@ -20,4 +20,13 @@ compile:
stage: build
script:
- npm run build
check:
stage: test
script:
- |
if [[ ! -f dist/markdown-editor.js ]]; then
echo "failed!"
fi
-
exit 1
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册