Skip to content

Commit

Permalink
ignore empty reports artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Sep 10, 2024
1 parent 5686dbf commit d158932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact/merge@v4
continue-on-error: true
with:
name: nf-test-reports
pattern: reports-*
delete-merged: true
retention-days: 10
compression-level: 9


confirm-pass:
name: status
runs-on: ubuntu-latest
Expand Down

0 comments on commit d158932

Please sign in to comment.