We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975597a commit 6259c17Copy full SHA for 6259c17
.agents/package.json
@@ -5,7 +5,6 @@
5
"type": "module",
6
"scripts": {
7
"typecheck": "bun x tsc --noEmit -p tsconfig.json",
8
- "test": "bun test __tests__",
9
- "test:e2e": "bun test e2e"
+ "test": "bun test __tests__"
10
}
11
.github/workflows/nightly-e2e.yml
@@ -49,8 +49,8 @@ jobs:
49
- name: Build SDK
50
run: cd sdk && bun run build
51
52
- - name: Run .agents e2e tests
53
- run: cd .agents && bun run test:e2e --timeout=120000
+ - name: Run agents e2e tests
+ run: cd agents && bun run test:e2e --timeout=120000
54
55
# Documentation quality checks
56
- name: Install Vale
0 commit comments