We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c99ff commit 18e3107Copy full SHA for 18e3107
.github/workflows/sdk-platform-java-dependency_compatibility_test.yaml
@@ -88,8 +88,8 @@ jobs:
88
# Need to cd out of the directory to get the scripts as this step is run inside the java-showcase directory
89
run: |
90
if [[ -n "${{ env.DEPENDENCIES_LIST }}" ]]; then
91
- ../sdk-platform-java/.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
+ ../.github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
92
else
93
- ../sdk-platform-java/.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
+ ../.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
94
fi
95
working-directory: sdk-platform-java/java-showcase
0 commit comments