Skip to content

Commit

Permalink
ci: fix showcase-clirr check on release PRs (#1835)
Browse files Browse the repository at this point in the history
Install sdk-platform-java before performing final clirr check, so version changes are available in the local repository
  • Loading branch information
burkedavison authored Jul 7, 2023
1 parent 4f45313 commit 7ad9b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ jobs:
echo "SHOWCASE_CLIENT_VERSION=$SHOWCASE_CLIENT_VERSION" >> "$GITHUB_ENV"
- name: Checkout sdk-platform-java @ PR merge commit
uses: actions/checkout@v3
- name: Install sdk-platform-java @ PR merge commit
run: mvn install -B -ntp -T 1C -DskipTests
# Showcase golden test ensures that src changes are already reflected in the PR.
- name: Clirr check
working-directory: showcase
Expand Down

0 comments on commit 7ad9b43

Please sign in to comment.