Skip to content

Commit 9c48159

Browse files
committed
ci: disable intellij plugin verification tasks in workflow, these where also executed in the marketplace in the verification phase
1 parent f51e99f commit 9c48159

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -127,25 +127,25 @@ jobs:
127127
- run: hatch run lint:typing
128128
if: always()
129129

130-
- name: Run Plugin Verification tasks
131-
continue-on-error: true
132-
run: |
133-
cd intellij-client
134-
135-
finish() {
136-
REPORTS=$(cat build/reports/pluginVerifier/*/report.md | sed 's/^#/##/')
137-
echo "$REPORTS" >> $GITHUB_STEP_SUMMARY
138-
}
139-
trap finish EXIT
140-
141-
gradle --no-daemon verifyPlugin -Dplugin.verifier.home.dir=~/.pluginVerifier
142-
143-
- name: Collect Plugin Verifier Result
144-
if: ${{ always() }}
145-
uses: actions/upload-artifact@v6
146-
with:
147-
name: pluginVerifier-result
148-
path: ./intellij-client/build/reports/pluginVerifier
130+
# - name: Run Plugin Verification tasks
131+
# continue-on-error: true
132+
# run: |
133+
# cd intellij-client
134+
135+
# finish() {
136+
# REPORTS=$(cat build/reports/pluginVerifier/*/report.md | sed 's/^#/##/')
137+
# echo "$REPORTS" >> $GITHUB_STEP_SUMMARY
138+
# }
139+
# trap finish EXIT
140+
141+
# gradle --no-daemon verifyPlugin -Dplugin.verifier.home.dir=~/.pluginVerifier
142+
143+
# - name: Collect Plugin Verifier Result
144+
# if: ${{ always() }}
145+
# uses: actions/upload-artifact@v6
146+
# with:
147+
# name: pluginVerifier-result
148+
# path: ./intellij-client/build/reports/pluginVerifier
149149

150150
package:
151151
needs: [test]

0 commit comments

Comments
 (0)