秋蝉前端
首页
文章归档
友链
关于
actions
文章
63
标签
99
评论
2
首页
文章归档
友链
关于
Github 的actions重试.md
发布于 2021-01-18
|
更新于 1 年前
前端工程化
|
actions
github
0
评论
github 的 actions 中运行失败,重试步骤(或整个作业)1.Github actions 解决办法.github / workflows / test.ymlname: teston: [push]jobs: test: runs-on: ubuntu-latest ste
1