Skip to content

Commit 86b5c2c

Browse files
committed
chore: disable plugin verifier
- until JetBrains/intellij-platform-gradle-plugin#1027 is solved
1 parent 72abda5 commit 86b5c2c

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

.github/workflows/build.yml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,26 @@ jobs:
7676
name: tests-result
7777
path: ${{ github.workspace }}/build/reports/tests
7878

79-
# Cache Plugin Verifier IDEs
80-
- name: Setup Plugin Verifier IDEs Cache
81-
uses: actions/[email protected]
82-
with:
83-
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
84-
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
85-
86-
# Run Verify Plugin task and IntelliJ Plugin Verifier tool
87-
- name: Run Plugin Verification tasks
88-
run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
79+
# until https://github.com/JetBrains/gradle-intellij-plugin/issues/1027 is solved
8980

90-
# Collect Plugin Verifier Result
91-
- name: Collect Plugin Verifier Result
92-
if: ${{ always() }}
93-
uses: actions/upload-artifact@v2
94-
with:
95-
name: pluginVerifier-result
96-
path: ${{ github.workspace }}/build/reports/pluginVerifier
81+
# # Cache Plugin Verifier IDEs
82+
# - name: Setup Plugin Verifier IDEs Cache
83+
# uses: actions/[email protected]
84+
# with:
85+
# path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
86+
# key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
87+
#
88+
# # Run Verify Plugin task and IntelliJ Plugin Verifier tool
89+
# - name: Run Plugin Verification tasks
90+
# run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
91+
#
92+
# # Collect Plugin Verifier Result
93+
# - name: Collect Plugin Verifier Result
94+
# if: ${{ always() }}
95+
# uses: actions/upload-artifact@v2
96+
# with:
97+
# name: pluginVerifier-result
98+
# path: ${{ github.workspace }}/build/reports/pluginVerifier
9799

98100
# Prepare plugin archive content for creating artifact
99101
- name: Prepare Plugin Artifact

0 commit comments

Comments
 (0)