From 0484ec9e41acd61d87b6fe132f3530b6e3963e11 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Nov 2020 09:16:41 +0100 Subject: Try to fix live tests --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') 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: if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins' run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }} + - name: Display directories state + if: failure() + run: | + ls -l + - name: Upload logs uses: actions/upload-artifact@v2 if: failure() -- cgit v1.2.3