Skip to content

Commit

Permalink
archive artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Nov 14, 2024
1 parent 8b3784b commit 215af68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ jobs:
- name: Unittest Report
uses: dorny/[email protected]
with:
name: Minitests
name: unit-tests
path: reports/unit-tests/*.xml
reporter: java-junit
fail-on-empty: 'false'
fail-on-error: 'true'
- name: archive pipeline artifacts
uses: actions/upload-artifact@v4
with:
name: pipeline-artifacts
path: reports

0 comments on commit 215af68

Please sign in to comment.