mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
GitHub Actions: code-samples.yml – Collect Plugin Verifier Result
This commit is contained in:
parent
a0612b41de
commit
60e49f0590
7
.github/workflows/code-samples.yml
vendored
7
.github/workflows/code-samples.yml
vendored
@ -85,6 +85,13 @@ jobs:
|
||||
cd code_samples/${{ matrix.plugin }}
|
||||
./gradlew runPluginVerifier -Pplugin.verifier.home.dir=${{ steps.properties.outputs.pluginVerifierHomeDir }}
|
||||
|
||||
- name: Collect Plugin Verifier Result
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: pluginVerifier-result
|
||||
path: ${{ github.workspace }}/code_samples/${{ matrix.plugin }}/build/reports/pluginVerifier
|
||||
|
||||
mirror:
|
||||
name: Code Samples Mirror
|
||||
if: github.ref == 'refs/heads/main' && github.repository == 'JetBrains/intellij-sdk-docs'
|
||||
|
Loading…
x
Reference in New Issue
Block a user