Skip to content

Commit 6b04eeb

Browse files
committed
start developing backwards compatibility check
1 parent 23d9e32 commit 6b04eeb

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)