ci: upload RustyPipe report

This commit is contained in:
ThetaDev 2024-11-09 23:58:51 +01:00
parent badb3aef82
commit 14f4e00a80
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

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