Skip to content

Commit a327bf2

Browse files
authored
fix(ci): correct directory typo in shared-dependencies workflow (#13225)
upper-bound-check has been failing on main. See [error logs](https://github.com/googleapis/google-cloud-java/actions/runs/26060308731/job/76618752972). This PR corrects the typo in the working directory path (`sdk-plaform-java` -> `sdk-platform-java`), which should resolve the CI failure.
1 parent cc691a8 commit a327bf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
mvn install -B -ntp -DskipTests -Pquick-build
4141
- name: Check the BOM content satisfies the upper-bound-check test case
4242
run: mvn -B -V -ntp verify -Pquick-build
43-
working-directory: sdk-plaform-java/java-shared-dependencies/upper-bound-check
43+
working-directory: sdk-platform-java/java-shared-dependencies/upper-bound-check

0 commit comments

Comments
 (0)