File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments