Skip to content

Commit

Permalink
upload test artifacts if failure
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-trzesiok committed Dec 18, 2022
1 parent 04823ed commit da6372e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Run tests
run: cd k3d && python -m pytest
- uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: comparison_results
path: ./k3d/test/results/*

0 comments on commit da6372e

Please sign in to comment.