Skip to content

Commit 18cb026

Browse files
authored
chore: fix showcase clirr test after java-showcase renaming (#3685)
observed in https://github.com/googleapis/sdk-platform-java/actions/runs/13730578942/job/38406676526?pr=3684 #3568 is merged.
1 parent 5ede29c commit 18cb026

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ jobs:
303303
- name: Install sdk-platform-java and showcase to local maven repository
304304
run: |
305305
mvn install -B -ntp -T 1C -DskipTests
306-
# change to `cd java-showcase` once https://github.com/googleapis/sdk-platform-java/pull/3568/ is merged
307-
cd showcase
306+
cd java-showcase
308307
mvn install -B -ntp -T 1C -DskipTests
309308
SHOWCASE_CLIENT_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
310309
echo "SHOWCASE_CLIENT_VERSION=$SHOWCASE_CLIENT_VERSION" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)