Skip to content

Commit

Permalink
start developing backwards compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 3, 2024
1 parent 23d9e32 commit 6b04eeb
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2912,23 +2912,10 @@ jobs:
version: "0.4.x"
enable-cache: false
cache-dependency-glob: "**/service-library/requirements/ci*.txt"
- name: checkout source branch
uses: actions/checkout@v4
with:
path: source
- name: checkout target branch
- name: checkout
uses: actions/checkout@v4
with:
path: target
repository: ${{ github.event.pull_request.base.repo.full_name }}
ref: ${{ github.event.pull_request.base.ref }}
- name: Generate source openapi-specs
- name: Check openapi-specs backwards compatibility
run: |
cd source
uv venv .venv && source .venv/bin/activate
make openapi-specs
- name: Generate target openapi specs
run: |
cd target
uv venv .venv && source .venv/bin/activate
make openapi-specs

0 comments on commit 6b04eeb

Please sign in to comment.