Skip to content

Commit 38b96a8

Browse files
committed
added artifacts
1 parent d1f3358 commit 38b96a8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ jobs:
1919
cd tests
2020
make all
2121
make test
22+
23+
- name: 'Upload Test Report'
24+
uses: actions/upload-artifact@v4
25+
with:
26+
path: tests/_output
27+
retention-days: 7

0 commit comments

Comments
 (0)