mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-07 22:03:24 +00:00
test(server): harden HttpApi exercise coverage
This commit is contained in:
parent
75308ea47d
commit
c5b4bbd0a7
11 changed files with 452 additions and 174 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue