@@ -76,24 +76,26 @@ jobs:
76
76
name : tests-result
77
77
path : ${{ github.workspace }}/build/reports/tests
78
78
79
- # Cache Plugin Verifier IDEs
80
- - name : Setup Plugin Verifier IDEs Cache
81
-
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
89
80
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
+
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
97
99
98
100
# Prepare plugin archive content for creating artifact
99
101
- name : Prepare Plugin Artifact
0 commit comments