Skip to content

Commit cad7ef1

Browse files
iamzifeiclaude
andcommitted
fix: CI runs build before test (init-command test needs dist/cli.js)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 48d77c5 commit cad7ef1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
check:
11-
name: Lint, Test, Build
11+
name: Lint, Build, Test
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
@@ -26,11 +26,11 @@ jobs:
2626
- name: Type check
2727
run: bun run --filter @agenthunter/eval typecheck
2828

29-
- name: Test
30-
run: bun run --filter @agenthunter/eval test
31-
3229
- name: Build
3330
run: bun run --filter @agenthunter/eval build
3431

32+
- name: Test
33+
run: bun run --filter @agenthunter/eval test
34+
3535
- name: Verify CLI runs
3636
run: node packages/agent-eval/dist/cli.js --version

0 commit comments

Comments
 (0)