diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 927523a..4142890 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ # Coherence JavaScript Client GitHub Actions CI build. # --------------------------------------------------------------------------- -name: Node.js CI +name: JS Client Validation on: schedule: diff --git a/.github/workflows/discovery.yml b/.github/workflows/discovery.yml index 2651c82..76c775f 100644 --- a/.github/workflows/discovery.yml +++ b/.github/workflows/discovery.yml @@ -6,7 +6,7 @@ # Coherence JavaScript Client GitHub Actions CI build. # --------------------------------------------------------------------------- -name: Node.js CI +name: JS Client Discovery Validation on: schedule: @@ -48,9 +48,9 @@ jobs: export COHERENCE_VERSION=${{ matrix.coherenceVersion }} curl -sL https://raw.githubusercontent.com/oracle/coherence-cli/main/scripts/install.sh | bash cohctl version - cohctl set profile grpc-cluster1 -v "-Dcoherence.grpc.server.port=10000" + cohctl set profile grpc-cluster1 -v "-Dcoherence.grpc.server.port=10000" -y cohctl create cluster grpc-cluster1 -P grpc-cluster1 -r 1 -v ${{ matrix.coherenceVersion }} -y -a coherence-grpc-proxy - cohctl set profile grpc-cluster2 -v "-Dcoherence.grpc.server.port=10001" + cohctl set profile grpc-cluster2 -v "-Dcoherence.grpc.server.port=10001" -y cohctl create cluster grpc-cluster2 -P grpc-cluster2 -r 1 -H 30001 -v ${{ matrix.coherenceVersion }} -y -a coherence-grpc-proxy sleep 20 cohctl monitor health -n localhost:7574 -T 40 -w