Skip to content

Commit 6259c17

Browse files
committed
fix: nightly runs agents e2e tests, not .agents
1 parent 975597a commit 6259c17

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.agents/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"type": "module",
66
"scripts": {
77
"typecheck": "bun x tsc --noEmit -p tsconfig.json",
8-
"test": "bun test __tests__",
9-
"test:e2e": "bun test e2e"
8+
"test": "bun test __tests__"
109
}
1110
}

.github/workflows/nightly-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Build SDK
5050
run: cd sdk && bun run build
5151

52-
- name: Run .agents e2e tests
53-
run: cd .agents && bun run test:e2e --timeout=120000
52+
- name: Run agents e2e tests
53+
run: cd agents && bun run test:e2e --timeout=120000
5454

5555
# Documentation quality checks
5656
- name: Install Vale

0 commit comments

Comments
 (0)