Skip to content

Commit

Permalink
Also save artifacts on failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Jul 14, 2023
1 parent 763a8a6 commit 29c8e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v3
if: always()
with:
name: test-artifacts-${{ matrix.python-version }}
path: artifacts
Expand Down

0 comments on commit 29c8e40

Please sign in to comment.