diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index ff0c93b8..721ac218 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -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