Skip to content

Commit

Permalink
ci: upload coverage report only once
Browse files Browse the repository at this point in the history
Signed-off-by: Sonu Saha <[email protected]>
  • Loading branch information
ahasunos committed Sep 15, 2024
1 parent 74c25d6 commit 7575208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: bundle exec rspec

- name: Upload coverage report
if: matrix.os == 'ubuntu-latest' # Only upload from Ubuntu
uses: actions/upload-artifact@v4
with:
name: coverage-report
Expand Down

0 comments on commit 7575208

Please sign in to comment.