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:
125
125
126
126
- name : Setup Gradle
127
127
uses : gradle/actions/setup-gradle@v4
128
- with :
129
- cache-cleanup : always
130
128
131
129
- run : hatch run lint:style
132
130
if : always()
@@ -139,15 +137,15 @@ jobs:
139
137
cd intellij-client
140
138
./gradlew clean buildPlugin
141
139
./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/^#/##/')
143
141
echo "$REPORTS" >> $GITHUB_STEP_SUMMARY
144
142
145
143
- name : Collect Plugin Verifier Result
146
144
if : ${{ always() }}
147
145
uses : actions/upload-artifact@v4
148
146
with :
149
147
name : pluginVerifier-result
150
- path : ${{ github.workspace }}/build/reports/pluginVerifier
148
+ path : ${{ github.workspace }}/intellij-client/ build/reports/pluginVerifier
151
149
152
150
package :
153
151
needs : [test]
You can’t perform that action at this time.
0 commit comments