Skip to content

Commit

Permalink
TEST: Separate CI into 2 phases, NOT using ZK and using ZK.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhm0311 committed Dec 1, 2023
1 parent b243e4d commit 77bc5da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
- name: Build ARCUS Client
run: mvn install -DskipTests
- name: Test ARCUS Client
run: mvn test -DUSE_ZK=false -DARCUS_HOST=127.0.0.1:11212 && mvn test -DUSE_ZK=true
- 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
run: mvn test -DUSE_ZK=true

0 comments on commit 77bc5da

Please sign in to comment.