Skip to content

Commit 8f0cade

Browse files
authored
Update build.yml
1 parent 4365e93 commit 8f0cade

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yml

+11-11
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)