From 4666201833b6377cc52a20127b8ec051b0d4f826 Mon Sep 17 00:00:00 2001 From: Wojciech Maziarz Date: Mon, 2 Sep 2024 18:54:00 +0200 Subject: [PATCH] run tests without logs archive --- .github/workflows/tox.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index c89fc012f..808257540 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -96,14 +96,14 @@ jobs: - run: ${{ matrix.command5 }} if: ${{ matrix.command5 }} - - name: Archive logs - uses: actions/upload-artifact@v4 - with: - name: logs-${{ matrix.name }}.zip - if-no-files-found: error - path: | - .tox/**/log/ - .tox/**/coverage.xml +# - name: Archive logs +# uses: actions/upload-artifact@v4 +# with: +# name: logs-${{ matrix.name }}.zip +# if-no-files-found: error +# path: | +# .tox/**/log/ +# .tox/**/coverage.xml - name: Report failure if git reports dirty status run: |