diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 09ec700..9440b42 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -47,7 +47,6 @@ jobs: - name: Release Blocking Gates run: | - ./tests/scripts/check-stage6-manual-smoke.sh ./tests/scripts/check-refactor-line-gate.sh ./tests/scripts/run-unit-all.sh diff --git a/docs/TESTING.md b/docs/TESTING.md index dd16142..fc19f11 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -60,11 +60,10 @@ npm run build --prefix webui ./tests/scripts/check-refactor-line-gate.sh ./tests/scripts/check-node-split-syntax.sh ./tests/scripts/check-cross-build.sh - -# 历史阶段门禁:阶段 6 手工烟测签字检查(默认读取 plans/stage6-manual-smoke.md) -./tests/scripts/check-stage6-manual-smoke.sh ``` +说明:`plans/stage6-manual-smoke.md` 已移除,阶段 6 手工烟测不再作为当前 CI 或发布门禁。 + ### 端到端测试 | End-to-End Tests ```bash