Skip to content

Commit

Permalink
run tests without logs archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtini committed Sep 2, 2024
1 parent 6a14b06 commit 4666201
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4666201

Please sign in to comment.