Skip to content

Commit 6a36a46

Browse files
committed
chore: update github workflow
1 parent 5d37df6 commit 6a36a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
- name: Run Plugin Verification tasks
138138
run: |
139139
cd intellij-client
140+
./gradlew clean buildPlugin
140141
./gradlew verifyPlugin -Dplugin.verifier.home.dir=~/.pluginVerifier
141142
REPORTS=$(cat ${{ github.workspace }}/build/reports/pluginVerifier/*/report.md | sed 's/^#/##/')
142143
echo "$REPORTS" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)