Skip to content

Commit

Permalink
ci(github): enable artifact merging
Browse files Browse the repository at this point in the history
Closes #341

Thanks to @muzimuzhi for the tip!
  • Loading branch information
ericswpark committed Dec 21, 2023
1 parent 6b48103 commit 29b21fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/server/
merge-multiple: true
- name: Combine coverage reports and generate Cobertura XML report
run: |
coverage combine
Expand Down

0 comments on commit 29b21fd

Please sign in to comment.