Skip to content

Commit

Permalink
Fast up unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Dec 1, 2024
1 parent 53793fb commit 3f85d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3f85d68

Please sign in to comment.