chore: 移除所有 e2e 测试
This commit is contained in:
@@ -85,7 +85,7 @@ async function stepBumpVersion(): Promise<string> {
|
||||
|
||||
async function runTests(): Promise<void> {
|
||||
console.log("\n运行测试...");
|
||||
const proc = Bun.spawn(["bun", "test", "--path-ignore-patterns", "tests/agent/**"], {
|
||||
const proc = Bun.spawn(["bun", "test"], {
|
||||
stdio: ["inherit", "inherit", "inherit"],
|
||||
});
|
||||
const exitCode = await proc.exited;
|
||||
|
||||
Reference in New Issue
Block a user