Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
# Need to cd out of the directory to get the scripts as this step is run inside the java-showcase directory
run: |
if [[ -n "${{ env.DEPENDENCIES_LIST }}" ]]; then
../sdk-platform-java/.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
../.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
else
../sdk-platform-java/.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
../.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
fi
working-directory: sdk-platform-java/java-showcase
1 change: 1 addition & 0 deletions sdk-platform-java/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=googleapis_gapic-generator-java&metric=coverage)](https://sonarcloud.io/summary/new_code?id=googleapis_gapic-generator-java)


Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to trigger the dependency compatibility test.

This repository has been renamed to `sdk-platfom-java`.
For developers, please update the repo's URL in repository clones (this is not actually strictly required because redirection works).
For more information, please refer to [rename a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository).
Expand Down
Loading