Skip to content

Commit

Permalink
add test in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 3, 2024
1 parent cb9a46d commit ba6216c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2916,6 +2916,6 @@ jobs:
uses: actions/checkout@v4
- name: Check openapi-specs backwards compatibility
run: |
cd source
uv venv .venv && source .venv/bin/activate
make openapi-specs
bash ci/github/helpers/openapi-specs-backwards-compatibility.bash \
https://raw.githubusercontent.com/${{ github.event.pull_request.base.repo.full_name }}/refs/heads/${{ github.event.pull_request.base.ref }} \
.

0 comments on commit ba6216c

Please sign in to comment.