Skip to content

Commit 2f8bff2

Browse files
committed
chore: update github workflow
1 parent ea10244 commit 2f8bff2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ jobs:
125125

126126
- name: Setup Gradle
127127
uses: gradle/actions/setup-gradle@v4
128-
with:
129-
cache-cleanup: always
130128

131129
- run: hatch run lint:style
132130
if: always()
@@ -139,15 +137,15 @@ jobs:
139137
cd intellij-client
140138
./gradlew clean buildPlugin
141139
./gradlew verifyPlugin -Dplugin.verifier.home.dir=~/.pluginVerifier
142-
REPORTS=$(cat ${{ github.workspace }}/build/reports/pluginVerifier/*/report.md | sed 's/^#/##/')
140+
REPORTS=$(cat ${{ github.workspace }}/intellij-client/build/reports/pluginVerifier/*/report.md | sed 's/^#/##/')
143141
echo "$REPORTS" >> $GITHUB_STEP_SUMMARY
144142
145143
- name: Collect Plugin Verifier Result
146144
if: ${{ always() }}
147145
uses: actions/upload-artifact@v4
148146
with:
149147
name: pluginVerifier-result
150-
path: ${{ github.workspace }}/build/reports/pluginVerifier
148+
path: ${{ github.workspace }}/intellij-client/build/reports/pluginVerifier
151149

152150
package:
153151
needs: [test]

0 commit comments

Comments
 (0)