Skip to content

Commit 1fcd2d7

Browse files
brido4125jhpark816
authored andcommitted
TEST: Remove duplicated test case regardless ZK is running or not.
1 parent e912341 commit 1fcd2d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Build ARCUS Client
3737
run: mvn install -DskipTests
38-
- name: Test ARCUS Client -DUSE_ZK=false -DARCUS_HOST=127.0.0.1:11212
39-
run: mvn test -DUSE_ZK=false -DARCUS_HOST=127.0.0.1:11212
40-
- name: Test ARCUS Client -DUSE_ZK=true
38+
- name: Test ARCUS Client Without ZK
39+
run: mvn test -DUSE_ZK=false -Dtest=ObserverTest
40+
- name: Test ARCUS Client With ZK
4141
run: mvn test -DUSE_ZK=true

0 commit comments

Comments
 (0)