Skip to content

Commit

Permalink
github: workflows: ci: test: setup artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Feb 7, 2024
1 parent e055150 commit 2ab35ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml

- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v4
with:
path: tests/artifacts

0 comments on commit 2ab35ba

Please sign in to comment.