We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3244dc1 commit 2ab61a0Copy full SHA for 2ab61a0
1 file changed
.github/workflows/main-ci.yml
@@ -42,7 +42,7 @@ jobs:
42
# Reuses the Windows smoke workflow to verify cross-platform command entry points.
43
# 复用 Windows 冒烟工作流,验证跨平台命令入口。
44
windows-command-smoke:
45
- name: Windows command smoke
+ name: Windows command smoke (host-only)
46
uses: ./.github/workflows/reusable-windows-command-smoke.yml
47
with:
48
plugins: "0"
@@ -62,7 +62,7 @@ jobs:
62
# Runs host-only Go unit tests against a PostgreSQL-backed reusable workflow.
63
# 通过可复用工作流运行宿主模式 Go 单元测试,并使用 PostgreSQL。
64
backend-unit-tests:
65
- name: Go unit tests
+ name: Go unit tests (host-only)
66
uses: ./.github/workflows/reusable-backend-unit-tests.yml
67
68
0 commit comments