mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
test: exclude more integration tests in CI
This commit is contained in:
@@ -24,7 +24,15 @@ export default defineConfig({
|
||||
},
|
||||
// Skip e2e and integration tests in CI - they require real agent binaries
|
||||
exclude: isCI
|
||||
? ["**/*.e2e.test.ts", "**/opencode-agent.test.ts", "**/node_modules/**"]
|
||||
? [
|
||||
"**/*.e2e.test.ts",
|
||||
"**/opencode-agent.test.ts",
|
||||
"**/codex-mcp-agent.test.ts",
|
||||
"**/claude-agent-commands.test.ts",
|
||||
"**/worktree.test.ts",
|
||||
"**/terminal-manager.test.ts",
|
||||
"**/node_modules/**",
|
||||
]
|
||||
: ["**/node_modules/**"],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user