Skip to content

Commit

Permalink
Archiving artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stdefeber authored Oct 3, 2024
1 parent b2cc6c7 commit 8e230b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ jobs:
- name: Test package
run: |
pytest -v -n auto
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: "debug"
path: |
/tmp
retention-days: 2

0 comments on commit 8e230b8

Please sign in to comment.