This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch test/codecov
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/test/codecov by this push:
new 268531eefd Fix ut
268531eefd is described below
commit 268531eefd93aaefb685ecbea6bd91e3cf72229f
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Dec 6 20:43:50 2024 +0800
Fix ut
---
.github/workflows/build-and-test-pr.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index 6d096692e3..e8f7b8a7d9 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -265,11 +265,6 @@ jobs:
with:
name: surefire-reports
path: "**/target/surefire-reports/**"
- - name: "Upload site reports"
- uses: actions/upload-artifact@v4
- with:
- name: site-reports
- path: "**/target/site/**"
samples-test-prepare:
needs: check-format