Skip to content

Commit ba6216c

Browse files
committed
add test in ci workflow
1 parent cb9a46d commit ba6216c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,6 +2916,6 @@ jobs:
29162916
uses: actions/checkout@v4
29172917
- name: Check openapi-specs backwards compatibility
29182918
run: |
2919-
cd source
2920-
uv venv .venv && source .venv/bin/activate
2921-
make openapi-specs
2919+
bash ci/github/helpers/openapi-specs-backwards-compatibility.bash \
2920+
https://raw.githubusercontent.com/${{ github.event.pull_request.base.repo.full_name }}/refs/heads/${{ github.event.pull_request.base.ref }} \
2921+
.

0 commit comments

Comments
 (0)