Skip to content

Commit

Permalink
change name of diff script
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 5, 2024
1 parent ad1020f commit fe31052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2744,7 +2744,7 @@ jobs:
run: |
uv venv .venv && source .venv/bin/activate
make openapi-specs
./ci/github/helpers/openapi-specs-backwards-compatibility.bash diff \
./ci/github/helpers/openapi-specs-diff.bash diff \
https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \
.
Expand Down Expand Up @@ -2793,6 +2793,6 @@ jobs:
uses: actions/checkout@v4
- name: Check openapi-specs backwards compatibility
run: |
./ci/github/helpers/openapi-specs-backwards-compatibility.bash breaking \
./ci/github/helpers/openapi-specs-diff.bash breaking \
https://raw.githubusercontent.com/${{ github.event.pull_request.base.repo.full_name }}/refs/heads/${{ github.event.pull_request.base.ref }} \
.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# Recursively checks if all openapi specs within a local osparc-simcore revision are different/backwards compatible with a remote base
# Example:
# bash osparc-simcore/ci/github/helpers/openapi-specs-backwards-compatibility.bash diff \
# bash osparc-simcore/ci/github/helpers/openapi-specs-diff.bash diff \
# https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master \
# ./osparc-simcore/
# or
# bash osparc-simcore/ci/github/helpers/openapi-specs-backwards-compatibility.bash breaking \
# bash osparc-simcore/ci/github/helpers/openapi-specs-diff.bash breaking \
# https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master \
# ./osparc-simcore/
#
Expand Down

0 comments on commit fe31052

Please sign in to comment.