[ci] Upload regression tester report as artifact

This commit is contained in:
Andreas Dangel 2023-06-24 16:50:14 +02:00
parent 601abc0a3e
commit d238de5307
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -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