diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-30 09:16:41 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-30 09:16:41 +0100 |
commit | 0484ec9e41acd61d87b6fe132f3530b6e3963e11 (patch) | |
tree | 45be247de0c9c20dd8aeee4546d230aecc47876b /.github/workflows | |
parent | 6b88559babc1e0490119a6b52411b10910d9da9d (diff) | |
download | PeerTube-0484ec9e41acd61d87b6fe132f3530b6e3963e11.tar.gz PeerTube-0484ec9e41acd61d87b6fe132f3530b6e3963e11.tar.zst PeerTube-0484ec9e41acd61d87b6fe132f3530b6e3963e11.zip |
Try to fix live tests
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7db871149..c188c2074 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -95,6 +95,11 @@ jobs: | |||
95 | if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins' | 95 | if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins' |
96 | run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }} | 96 | run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }} |
97 | 97 | ||
98 | - name: Display directories state | ||
99 | if: failure() | ||
100 | run: | | ||
101 | ls -l | ||
102 | |||
98 | - name: Upload logs | 103 | - name: Upload logs |
99 | uses: actions/upload-artifact@v2 | 104 | uses: actions/upload-artifact@v2 |
100 | if: failure() | 105 | if: failure() |