Skip to content

Commit

Permalink
added artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Mar 26, 2024
1 parent d1f3358 commit 38b96a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ jobs:
cd tests
make all
make test
- name: 'Upload Test Report'
uses: actions/upload-artifact@v4
with:
path: tests/_output
retention-days: 7

0 comments on commit 38b96a8

Please sign in to comment.