Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Aug 3, 2023
1 parent fc2edf2 commit 7b1da0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install models-ci CLI
run: |
go install github.com/openconfig/models-ci@94a63b5
go install github.com/openconfig/models-ci@15b19a4
- name: Make sure all backward-incompatible changes are covered by version changes.
run: |
Expand All @@ -40,6 +40,4 @@ jobs:
oldfiles=$(find "${oldroot}"/release/models -name '*.yang' | tr '\n' ',')
newfiles=$(find "${newroot}"/release/models -name '*.yang' | tr '\n' ',')
echo "-----------------------------"
models-ci diff --disallowed-incompats --oldp "${oldroot}/third_party" --oldfiles "${oldfiles}" --newp "${newroot}/third_party" --newfiles "${newfiles}"
echo "-----------------------------"

0 comments on commit 7b1da0f

Please sign in to comment.