File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -123,17 +123,17 @@ jobs:
123123 path : ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
124124 key : plugin-verifier-${{ hashFiles('plugin/build/listProductsReleases.txt') }}
125125
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
137137
138138# # Run Qodana inspections
139139# - name: Qodana - Code Inspection
You can’t perform that action at this time.
0 commit comments