From 8f54897b697e60a9035085b280cb6e0871b0ca83 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Tue, 26 Jan 2021 19:31:06 +0000 Subject: [PATCH] Upload failure screenshots as individual artifacts not a zip Turns out I can't unzip things from my phone, which is a pain --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index ad548bd9..cffd27f3 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -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 }}