Skip to content

Commit

Permalink
CI: fix artifact conflict error from upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
samuller committed Jan 18, 2025
1 parent a6b5060 commit 08c0d61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,6 @@ jobs:
with:
name: code-coverage
path: htmlcov
# Ignore errors where parallel execution causes conflicting uploads
# See: https://github.com/actions/upload-artifact/issues/506
continue-on-error: true

0 comments on commit 08c0d61

Please sign in to comment.