Skip to content

Commit

Permalink
add github workflow for checking api server backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 2, 2024
1 parent 29c7a41 commit efcae2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2866,6 +2866,7 @@ jobs:
run: ./ci/deploy/dockerhub-deploy.bash -n

api-server-api-spec-backwards-compatible:
if: github.event_name == 'push'
timeout-minutes: 5
name: "api-server-backwards-compatibility"
runs-on: ubuntu-latest
Expand All @@ -2887,4 +2888,4 @@ jobs:
source .venv/bin/activate
cd services/api-server
make install-dev
make openapi-diff.md OPENAPI_JSON_BASE_URL=https://raw.githubusercontent.com/{{ github.repository }}/refs/heads/{{ github.event.pull_request.base.ref }}/services/api-server/openapi.json
make openapi-diff.md OPENAPI_JSON_BASE_URL=https://raw.githubusercontent.com/${{ github.repository }}/refs/heads/${{ github.event.pull_request.base.ref }}/services/api-server/openapi.json

0 comments on commit efcae2a

Please sign in to comment.