File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments