Skip to content

Commit e3f8c47

Browse files
SummerOneTwoclaude
andcommitted
fix: 修复 CI 引用已删除测试文件和 lint 错误
- 更新 ci.yml 中 test-packaging job 引用合并后的 test_e2e_mcp.py - 修复 workflow_guard.py 的 import 排序 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dca2c1f commit e3f8c47

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Run packaging smoke tests
9393
run: |
9494
source /tmp/test-venv/bin/activate
95-
pytest tests/test_packaging_smoke.py -v -m "packaging"
95+
pytest tests/test_e2e_mcp.py -v -m "packaging"
9696
- name: Verify console script
9797
run: |
9898
source /tmp/test-venv/bin/activate

scripts/workflow_guard.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from pathlib import Path
66
from typing import Any
77

8-
98
STATE_DIR_NAME = ".autocode-workflow"
109
STATE_FILE_NAME = "state.json"
1110

0 commit comments

Comments
 (0)