Skip to content

Commit

Permalink
Upload all test report artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Jul 30, 2021
1 parent c12eedb commit 7a4ddc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,11 @@ jobs:
name: pytest-logs
path: |
/tmp/pytest-of-runner
- name: Upload test reports (${{ matrix.python-version }})
if: always()
uses: actions/upload-artifact@v2
with:
name: test-reports
path: |
reports/**/*

0 comments on commit 7a4ddc4

Please sign in to comment.