aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-01 09:31:45 +0100
committerChocobozzz <me@florianbigard.com>2020-12-01 15:04:38 +0100
commit9e3e4adc6503742c30645cf01729a34c921c4060 (patch)
treefa208bd2a9eedc1b080f99f7210d116371b43c30 /.github/workflows/test.yml
parenta3f1595f791e3084398f983847c4bac43498a541 (diff)
downloadPeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.tar.gz
PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.tar.zst
PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.zip
Add logs to fixture generations
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c188c2074..042ffe0d4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -98,11 +98,11 @@ jobs:
98 - name: Display directories state 98 - name: Display directories state
99 if: failure() 99 if: failure()
100 run: | 100 run: |
101 ls -l 101 ls -l test*
102 102
103 - name: Upload logs 103 - name: Upload logs
104 uses: actions/upload-artifact@v2 104 uses: actions/upload-artifact@v2
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: test*/logs/*