diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-10 11:24:17 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-12-14 09:11:27 +0100 |
commit | 83ef31fe10061f0d3db0df1bc5e7f208972982eb (patch) | |
tree | 5d6878c5803e1181ad1a7749c62da56e6f8607e5 /.github | |
parent | 040d6896a3cd5622e78cccdedd8cce2afcf49a31 (diff) | |
download | PeerTube-83ef31fe10061f0d3db0df1bc5e7f208972982eb.tar.gz PeerTube-83ef31fe10061f0d3db0df1bc5e7f208972982eb.tar.zst PeerTube-83ef31fe10061f0d3db0df1bc5e7f208972982eb.zip |
Save logs on ci failure
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 3 |
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 | ||