Skip to content

Commit

Permalink
Work around breaking changes in upload-artefact.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 16, 2024
1 parent 6b9f0a8 commit 0361015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- uses: actions/upload-artifact@v4
with:
include-hidden-files: true
if-no-files-found: error
name: coverage-${{matrix.os}}-${{matrix.ruby}}
path: .covered.db

Expand Down

0 comments on commit 0361015

Please sign in to comment.