Skip to content

Commit

Permalink
TEST: Remove duplicated test case regardless ZK is running or not.
Browse files Browse the repository at this point in the history
  • Loading branch information
brido4125 authored and jhpark816 committed Mar 15, 2024
1 parent e912341 commit 1fcd2d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build ARCUS Client
run: mvn install -DskipTests
- name: Test ARCUS Client -DUSE_ZK=false -DARCUS_HOST=127.0.0.1:11212
run: mvn test -DUSE_ZK=false -DARCUS_HOST=127.0.0.1:11212
- name: Test ARCUS Client -DUSE_ZK=true
- name: Test ARCUS Client Without ZK
run: mvn test -DUSE_ZK=false -Dtest=ObserverTest
- name: Test ARCUS Client With ZK
run: mvn test -DUSE_ZK=true

0 comments on commit 1fcd2d7

Please sign in to comment.