Skip to content

Commit

Permalink
Upload screenshots on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Mar 2, 2021
1 parent dac8c70 commit c06a174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Cleanup xvfb pidx
uses: bcomnes/cleanup-xvfb@v1
- uses: actions/upload-artifact@master
if: ${{ failure() }}
with:
name: failed-image
path: test/failed-image

0 comments on commit c06a174

Please sign in to comment.