What about this?

Swear I spend my life jiggerypokerying the damn test suite...
This commit is contained in:
2021-01-26 21:51:59 +00:00
parent 18a091f8ea
commit a99e4b1d1c
4 changed files with 10 additions and 13 deletions

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 }}