diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-01 09:31:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-01 15:04:38 +0100 |
commit | 9e3e4adc6503742c30645cf01729a34c921c4060 (patch) | |
tree | fa208bd2a9eedc1b080f99f7210d116371b43c30 /.github/workflows | |
parent | a3f1595f791e3084398f983847c4bac43498a541 (diff) | |
download | PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.tar.gz PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.tar.zst PeerTube-9e3e4adc6503742c30645cf01729a34c921c4060.zip |
Add logs to fixture generations
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 4 |
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/* |