mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
API conformance test fix
This commit is contained in:
parent
a5940efe4f
commit
4cbeb2a439
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conformance.yml
vendored
2
.github/workflows/conformance.yml
vendored
|
@ -66,6 +66,6 @@ jobs:
|
||||||
# This step will fail if incompatible changes are detected, preventing breaking changes from being merged
|
# This step will fail if incompatible changes are detected, preventing breaking changes from being merged
|
||||||
- name: Run OpenAPI Breaking Change Diff
|
- name: Run OpenAPI Breaking Change Diff
|
||||||
run: |
|
run: |
|
||||||
oasdiff breaking --fail-on ERR base/docs/_static/llama-stack-spec.yaml docs/_static/llama-stack-spec.yaml --match-path '^/v1/openai/v1' \
|
oasdiff breaking --fail-on ERR base/docs/static/llama-stack-spec.yaml docs/static/llama-stack-spec.yaml --match-path '^/v1/openai/v1' \
|
||||||
--match-path '^/v1/vector-io' \
|
--match-path '^/v1/vector-io' \
|
||||||
--match-path '^/v1/vector-dbs'
|
--match-path '^/v1/vector-dbs'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue