File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -2912,23 +2912,10 @@ jobs:
29122912 version : " 0.4.x"
29132913 enable-cache : false
29142914 cache-dependency-glob : " **/service-library/requirements/ci*.txt"
2915- - name : checkout source branch
2916- uses : actions/checkout@v4
2917- with :
2918- path : source
2919- - name : checkout target branch
2915+ - name : checkout
29202916 uses : actions/checkout@v4
2921- with :
2922- path : target
2923- repository : ${{ github.event.pull_request.base.repo.full_name }}
2924- ref : ${{ github.event.pull_request.base.ref }}
2925- - name : Generate source openapi-specs
2917+ - name : Check openapi-specs backwards compatibility
29262918 run : |
29272919 cd source
29282920 uv venv .venv && source .venv/bin/activate
29292921 make openapi-specs
2930- - name : Generate target openapi specs
2931- run : |
2932- cd target
2933- uv venv .venv && source .venv/bin/activate
2934- make openapi-specs
You can’t perform that action at this time.
0 commit comments