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 9, 2024
1 parent 29bea6c commit ece8617
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml

- name: Upload artifacts to GitHub
uses: actions/upload-artifact@v4
with:
name: python-${{ matrix.python-version }}-artifacts
path: tests/artifacts

0 comments on commit ece8617

Please sign in to comment.