File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2744,7 +2744,7 @@ jobs:
27442744 run : |
27452745 uv venv .venv && source .venv/bin/activate
27462746 make openapi-specs
2747- ./ci/github/helpers/openapi-specs-backwards-compatibility .bash diff \
2747+ ./ci/github/helpers/openapi-specs-diff .bash diff \
27482748 https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \
27492749 .
27502750
@@ -2793,6 +2793,6 @@ jobs:
27932793 uses : actions/checkout@v4
27942794 - name : Check openapi-specs backwards compatibility
27952795 run : |
2796- ./ci/github/helpers/openapi-specs-backwards-compatibility .bash breaking \
2796+ ./ci/github/helpers/openapi-specs-diff .bash breaking \
27972797 https://raw.githubusercontent.com/${{ github.event.pull_request.base.repo.full_name }}/refs/heads/${{ github.event.pull_request.base.ref }} \
27982798 .
Original file line number Diff line number Diff line change 22
33# Recursively checks if all openapi specs within a local osparc-simcore revision are different/backwards compatible with a remote base
44# Example:
5- # bash osparc-simcore/ci/github/helpers/openapi-specs-backwards-compatibility .bash diff \
5+ # bash osparc-simcore/ci/github/helpers/openapi-specs-diff .bash diff \
66# https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master \
77# ./osparc-simcore/
88# or
9- # bash osparc-simcore/ci/github/helpers/openapi-specs-backwards-compatibility .bash breaking \
9+ # bash osparc-simcore/ci/github/helpers/openapi-specs-diff .bash breaking \
1010# https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master \
1111# ./osparc-simcore/
1212#
You can’t perform that action at this time.
0 commit comments