test(server): harden HttpApi exercise coverage (#26425)

This commit is contained in:
Kit Langton 2026-05-08 20:50:01 -04:00 committed by GitHub
commit 0745162eab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 451 additions and 174 deletions

View file

@ -68,6 +68,11 @@ jobs:
env:
OPENCODE_EXPERIMENTAL_DISABLE_FILEWATCHER: ${{ runner.os == 'Windows' && 'true' || 'false' }}
- name: Run HttpApi exerciser gates
if: runner.os == 'Linux'
working-directory: packages/opencode
run: bun run test:httpapi
- name: Publish unit reports
if: always()
uses: mikepenz/action-junit-report@v6