Skip to content

Commit fe31052

Browse files
committed
change name of diff script
1 parent ad1020f commit fe31052

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
.

ci/github/helpers/openapi-specs-backwards-compatibility.bash renamed to ci/github/helpers/openapi-specs-diff.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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
#

0 commit comments

Comments
 (0)