Skip to content

Commit d283112

Browse files
committed
Always upload diff PDF
Previously, it'd only upload if there *wasn't* a diff.
1 parent 6b3e4b2 commit d283112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
py.test -vv test/
5050
5151
- name: Upload Report PDFs
52+
if: always()
5253
uses: actions/upload-artifact@v2
5354
with:
5455
name: example reports

0 commit comments

Comments
 (0)