From 83ef31fe10061f0d3db0df1bc5e7f208972982eb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 10 Dec 2020 11:24:17 +0100 Subject: Save logs on ci failure --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/test.yml') 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: if: failure() with: name: test-storages-${{ matrix.test_suite }} - path: test*/logs/* + path: artifacts + retention-days: 7 -- cgit v1.2.3