aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 042ffe0d4..0231b1a1e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -105,4 +105,5 @@ jobs:
105 if: failure() 105 if: failure()
106 with: 106 with:
107 name: test-storages-${{ matrix.test_suite }} 107 name: test-storages-${{ matrix.test_suite }}
108 path: test*/logs/* 108 path: artifacts
109 retention-days: 7