Skip to content

Commit 215af68

Browse files
committed
archive artifacts
1 parent 8b3784b commit 215af68

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dagger.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ jobs:
2828
- name: Unittest Report
2929
uses: dorny/[email protected]
3030
with:
31-
name: Minitests
31+
name: unit-tests
3232
path: reports/unit-tests/*.xml
3333
reporter: java-junit
3434
fail-on-empty: 'false'
3535
fail-on-error: 'true'
36+
- name: archive pipeline artifacts
37+
uses: actions/upload-artifact@v4
38+
with:
39+
name: pipeline-artifacts
40+
path: reports

0 commit comments

Comments
 (0)