Skip to content

Commit

Permalink
remove celeborn-client/test
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Jul 31, 2023
1 parent 5351a52 commit 00eb571
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
check-latest: false
- name: Test Service with SBT
run: |
build/sbt "clean; celeborn-client/test"
build/sbt "clean; test"
- name: Upload test log
if: failure()
Expand Down Expand Up @@ -79,7 +78,6 @@ jobs:
check-latest: false
- name: Test with SBT
run: |
build/sbt -Pspark-${{ matrix.spark }} "clean; celeborn-client/test"
build/sbt -Pspark-${{ matrix.spark }} "clean; test"
- name: Upload test log
if: failure()
Expand Down Expand Up @@ -123,7 +121,6 @@ jobs:
check-latest: false
- name: Test with SBT
run: |
build/sbt -Pspark-${{ matrix.spark }} "clean; celeborn-client/test"
build/sbt -Pspark-${{ matrix.spark }} "clean; test"
- name: Upload test log
if: failure()
Expand Down Expand Up @@ -156,7 +153,6 @@ jobs:
check-latest: false
- name: Test with SBT
run: |
build/sbt -Pflink-${{ matrix.flink }} "clean; celeborn-client/test"
build/sbt -Pflink-${{ matrix.flink }} "clean; test"
- name: Upload test log
if: failure()
Expand Down

0 comments on commit 00eb571

Please sign in to comment.