Skip to content

Commit 7df1dae

Browse files
author
Arjun Balaji
committed
allow log inspection
1 parent ece227a commit 7df1dae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/terminal-bench.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ jobs:
5252
- name: Run terminal benchmark
5353
run: |
5454
cd terminal-bench-test
55-
tb run --agent-import-path main:AmazonQCLIAgent --task-id hello-world --livestream
55+
tb run --agent-import-path main:AmazonQCLIAgent --dataset-name terminal-bench-core --dataset-version head
5656
5757
- name: Upload results
58+
if: always()
5859
uses: actions/upload-artifact@v4
5960
with:
6061
name: benchmark-results
61-
path: terminal-bench-test/results/
62+
path: terminal-bench-test/runs/

0 commit comments

Comments
 (0)