Upload failure screenshots as individual artifacts not a zip

Turns out I can't unzip things from my phone, which is a pain
This commit is contained in:
2021-01-26 19:31:06 +00:00
parent 97830596b5
commit 8f54897b69

View File

@@ -58,7 +58,7 @@ jobs:
if: failure() # Screenshots only make sense for the non-parallel, i.e. interaction tests anyway
with:
name: failure-screenshots ${{ matrix.test-group }}
path: screenshots/
path: screenshots/*
retention-days: 5
- name: Run Tests (Parallel)
if: ${{ matrix.parallel }}