Skip to content

Commit

Permalink
Only upload tutorials logs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 16, 2023
1 parent 1d004e6 commit 7c33f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
run: |
python3 -m pytest --tag-collapse --np=2 --durations=0 --durations-min=1.0 tutorials
- name: Upload tutorials logs as an artifact in case of failure
if: failure() || cancelled()
uses: actions/upload-artifact@v2
with:
name: "tutorials-logs-${{ matrix.backend }}"
Expand Down

0 comments on commit 7c33f6b

Please sign in to comment.