add official Gitea Actions test cases (quickstart/checkout/contexts)
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

This commit is contained in:
hermes
2026-08-03 15:08:16 +08:00
parent 8f791636b1
commit 22763250f9
4 changed files with 92 additions and 1 deletions
+11 -1
View File
@@ -1,3 +1,13 @@
# test-runner
测试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 即全部触发。