@@ -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/cache@v2.1.7
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/cache@v2.1.7
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