File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -123,17 +123,17 @@ jobs:
123
123
path : ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
124
124
key : plugin-verifier-${{ hashFiles('plugin/build/listProductsReleases.txt') }}
125
125
126
- # Run Verify Plugin task and IntelliJ Plugin Verifier tool
127
- - name : Run Plugin Verification tasks
128
- run : ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
129
-
130
- # Collect Plugin Verifier Result
131
- - name : Collect Plugin Verifier Result
132
- if : ${{ always() }}
133
- uses : actions/upload-artifact@v3
134
- with :
135
- name : pluginVerifier-result
136
- path : ${{ github.workspace }}/plugin/build/reports/pluginVerifier
126
+ # # Run Verify Plugin task and IntelliJ Plugin Verifier tool
127
+ # - name: Run Plugin Verification tasks
128
+ # run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
129
+
130
+ # # Collect Plugin Verifier Result
131
+ # - name: Collect Plugin Verifier Result
132
+ # if: ${{ always() }}
133
+ # uses: actions/upload-artifact@v3
134
+ # with:
135
+ # name: pluginVerifier-result
136
+ # path: ${{ github.workspace }}/plugin/build/reports/pluginVerifier
137
137
138
138
# # Run Qodana inspections
139
139
# - name: Qodana - Code Inspection
You can’t perform that action at this time.
0 commit comments