ci: upload RustyPipe report
This commit is contained in:
parent
badb3aef82
commit
14f4e00a80
1 changed files with 8 additions and 0 deletions
|
|
@ -43,6 +43,14 @@ jobs:
|
|||
name: test
|
||||
path: target/nextest/ci/junit.xml
|
||||
|
||||
- name: 💌 Upload RustyPipe report
|
||||
if: always()
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: test
|
||||
path: rustypipe_reports
|
||||
if-no-files-found: ignore
|
||||
|
||||
- name: 🔗 Artifactview PR comment
|
||||
if: ${{ always() && github.event_name == 'pull_request' }}
|
||||
run: |
|
||||
|
|
|
|||
Reference in a new issue