forked from phoedos/pmd
[ci] Upload regression tester report as artifact
This commit is contained in:
parent
601abc0a3e
commit
d238de5307
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -70,3 +70,9 @@ jobs:
|
||||
env:
|
||||
PMD_CI_SECRET_PASSPHRASE: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload regression tester report
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pmd-regression-tester
|
||||
path: ${{ github.workspace }}/target/pr-*-diff-report-*.tar.gz
|
||||
if-no-files-found: ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user