Skip to content

Commit

Permalink
upload test output
Browse files Browse the repository at this point in the history
  • Loading branch information
timelic committed Jan 6, 2025
1 parent 0ecc6d5 commit 5aafc01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ jobs:

- name: Build as a package
run: python -m build

- name: Upload test results
uses: actions/upload-artifact@v3
with:
name: test-results
path: ./test/file/

0 comments on commit 5aafc01

Please sign in to comment.