From cb1c25374bef9e9920b247ed23606990e43d1a70 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 17 May 2020 11:17:08 -0600 Subject: [PATCH] Only store actual.png from rendering tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6456af4524..ed1c8a8591 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -137,4 +137,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: rendering-tests - path: rendering/cases/ + path: rendering/cases/**/actual.png