From 9e3e4adc6503742c30645cf01729a34c921c4060 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 1 Dec 2020 09:31:45 +0100 Subject: Add logs to fixture generations --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/test.yml') 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: - name: Display directories state if: failure() run: | - ls -l + ls -l test* - name: Upload logs uses: actions/upload-artifact@v2 if: failure() with: name: test-storages-${{ matrix.test_suite }} - path: test*/logs + path: test*/logs/* -- cgit v1.2.3