mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 08:52:15 +00:00
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:
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
if: failure() # Screenshots only make sense for the non-parallel, i.e. interaction tests anyway
|
if: failure() # Screenshots only make sense for the non-parallel, i.e. interaction tests anyway
|
||||||
with:
|
with:
|
||||||
name: failure-screenshots ${{ matrix.test-group }}
|
name: failure-screenshots ${{ matrix.test-group }}
|
||||||
path: screenshots/
|
path: screenshots/*
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
- name: Run Tests (Parallel)
|
- name: Run Tests (Parallel)
|
||||||
if: ${{ matrix.parallel }}
|
if: ${{ matrix.parallel }}
|
||||||
|
|||||||
Reference in New Issue
Block a user