Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 7ad9b43

Browse files
authored
ci: fix showcase-clirr check on release PRs (#1835)
Install sdk-platform-java before performing final clirr check, so version changes are available in the local repository
1 parent 4f45313 commit 7ad9b43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ jobs:
230230
echo "SHOWCASE_CLIENT_VERSION=$SHOWCASE_CLIENT_VERSION" >> "$GITHUB_ENV"
231231
- name: Checkout sdk-platform-java @ PR merge commit
232232
uses: actions/checkout@v3
233+
- name: Install sdk-platform-java @ PR merge commit
234+
run: mvn install -B -ntp -T 1C -DskipTests
233235
# Showcase golden test ensures that src changes are already reflected in the PR.
234236
- name: Clirr check
235237
working-directory: showcase

0 commit comments

Comments
 (0)