Skip to content

Commit 11226d0

Browse files
author
tingerrr
authored
Retain all test artifacts
When testing ephemeral tests, the `ref` directory is temporary and not populated persistently. This changes the archive action to upload all artifacts regardless of the test kind in use to ensure they are included for debugging.
1 parent b251cf9 commit 11226d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
path: |
6161
tests/**/diff/*.png
6262
tests/**/out/*.png
63+
tests/**/ref/*.png
6364
retention-days: 5
6465

6566
- name: Build docs

0 commit comments

Comments
 (0)