Skip to content

Commit

Permalink
Always upload artifact, even if (especially if) tests failed
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen authored Sep 29, 2023
1 parent 57f72e3 commit 6895908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
working-directory: tests
run: python -m pytest
- uses: actions/upload-artifact@v3
if: always()
with:
name: Outputs from tests
path: tests/output/

0 comments on commit 6895908

Please sign in to comment.