File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments