change directory of backwards compatibility script
This commit is contained in:
parent
5155598209
commit
cf860ffc1f
2 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
|
@ -44,4 +44,4 @@ jobs:
|
|||
java-version: '8'
|
||||
distribution: 'corretto'
|
||||
- name: Check backwards compatibility of changes
|
||||
run: .github/workflows/backwards_compatibility_check.sh
|
||||
run: .github/scripts/backwards_compatibility_check.sh
|
||||
Loading…
Reference in a new issue