Skip to content

Commit 9da1b03

Browse files
committed
fix dependency compatibility test
1 parent 5afedc9 commit 9da1b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sdk-platform-java-dependency_compatibility_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191
if [[ -n "${{ env.DEPENDENCIES_LIST }}" ]]; then
9292
../sdk-platform-java/.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
9393
else
94-
../sdk-platform-java/.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
94+
../sdk-platform-java/.github/scripts/test_dependency_compatibility.sh -f ../sdk-platform-java/dependencies.txt
9595
fi
9696
working-directory: java-showcase

0 commit comments

Comments
 (0)