Skip to content

Commit de42e79

Browse files
committed
ci: publish model callback repair before tests
1 parent 3344cf1 commit de42e79

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/repair-model-successor.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,7 @@ jobs:
4040
path.write_text(text)
4141
PY
4242
bunx biome check --write packages/coding-agent/test/model-selector-profiles-redteam.test.ts
43-
- run: |
44-
bun test --timeout 30000 \
45-
packages/coding-agent/test/model-selector-profiles.test.ts \
46-
packages/coding-agent/test/model-selector-profiles-redteam.test.ts \
47-
packages/coding-agent/test/model-preset-landing-redteam-qa.test.ts \
48-
packages/coding-agent/test/cli-args-mpreset.test.ts
49-
- run: bun --cwd=packages/coding-agent run check
50-
- name: Commit repair
43+
- name: Publish callback repair
5144
shell: bash
5245
run: |
5346
if git diff --quiet; then exit 0; fi
@@ -56,3 +49,11 @@ jobs:
5649
git add packages/coding-agent/test/model-selector-profiles-redteam.test.ts
5750
git commit -m 'test(coding-agent): preserve void preset callbacks'
5851
git push origin HEAD:successor/model-preset-default-action-clean
52+
- name: Run focused regressions
53+
run: |
54+
bun test --timeout 30000 \
55+
packages/coding-agent/test/model-selector-profiles.test.ts \
56+
packages/coding-agent/test/model-selector-profiles-redteam.test.ts \
57+
packages/coding-agent/test/model-preset-landing-redteam-qa.test.ts \
58+
packages/coding-agent/test/cli-args-mpreset.test.ts
59+
- run: bun --cwd=packages/coding-agent run check

0 commit comments

Comments
 (0)