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 3f85d68ab0 Fast up unit-test
3f85d68ab0 is described below
commit 3f85d68ab0510c3f9fade6b925b4b452dee6e560
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Dec 1 17:07:48 2024 +0800
Fast up unit-test
---
.github/workflows/build-and-test-pr.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-and-test-pr.yml
b/.github/workflows/build-and-test-pr.yml
index a99fb11576..7cbfb33414 100644
--- a/.github/workflows/build-and-test-pr.yml
+++ b/.github/workflows/build-and-test-pr.yml
@@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
- uses: actions/checkout@v4
+ uses: a ctions/checkout@v4
- name: "Setup maven"
uses: actions/setup-java@v4
with:
@@ -210,7 +210,7 @@ jobs:
ls -al ${{ github.workspace
}}/.tmp/zookeeper/apache-zookeeper-bin.tar.gz
unit-test:
- needs: [check-format, build-source, unit-test-prepare]
+ needs: [check-format, unit-test-prepare]
name: "Unit Test On ubuntu-latest"
runs-on: ubuntu-latest
strategy: