Files
test-runner/README.md
T
hermes 22763250f9
Official Action - checkout / checkout (push) Successful in 5s
Official Contexts / contexts (push) Successful in 1s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Gitea Actions Demo / python (push) Canceled after 0s
add official Gitea Actions test cases (quickstart/checkout/contexts)
2026-08-03 15:08:16 +08:00

718 B

test-runner

Gitea Actions runner 测试仓库。所有流水线均为官方用例,用于验证 runner 对官方流水线的兼容性。

测试用例

工作流 用例来源 覆盖点
.gitea/workflows/official-quickstart.yml Gitea 官方 Quickstart(原样) gitea.* 上下文渲染、actions/checkout@v4、job.status
.gitea/workflows/official-checkout.yml actions/checkout@v4(官方 Action) 私有仓 clone 认证(GITHUB_TOKEN)、内容与 commit 完整性
.gitea/workflows/official-contexts.yml Gitea 官方 Quickstart 上下文 gitea.* 全部字段渲染,及与 GITHUB_* 环境变量等价性断言

触发方式:on: [push],push 到 main 即全部触发。