Skip to content

Commit 5d1ccbd

Browse files
committed
update cbdinocluster to v0.0.35
1 parent ee54191 commit 5d1ccbd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ jobs:
544544
- name: Install cbdinocluster
545545
run: |
546546
mkdir -p "$HOME/bin"
547-
curl -L -o "$HOME/bin/cbdinocluster" https://github.com/couchbaselabs/cbdinocluster/releases/download/v0.0.26/cbdinocluster-linux
547+
curl -L -o "$HOME/bin/cbdinocluster" https://github.com/couchbaselabs/cbdinocluster/releases/download/v0.0.35/cbdinocluster-linux
548548
chmod a+x "$HOME/bin/cbdinocluster"
549549
echo "$HOME/bin" >> $GITHUB_PATH
550550
- name: Initialize cbdinocluster
@@ -554,12 +554,16 @@ jobs:
554554
env:
555555
CLUSTERCONFIG: |
556556
nodes:
557-
- count: 3
557+
- count: 2
558558
version: ${{ matrix.server }}
559559
services:
560560
- kv
561561
- n1ql
562562
- index
563+
- count: 1
564+
version: ${{ matrix.server }}
565+
services:
566+
- kv
563567
- fts
564568
- cbas
565569
docker:

0 commit comments

Comments
 (0)