We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec696f commit bc72603Copy full SHA for bc72603
1 file changed
.github/workflows/test.yml
@@ -22,17 +22,7 @@ jobs:
22
23
runs-on: ubuntu-latest
24
steps:
25
- - name: Install cbdinocluster
26
- run: |
27
- mkdir -p "$HOME/bin"
28
- wget -nv -O $HOME/bin/cbdinocluster https://github.com/couchbaselabs/cbdinocluster/releases/download/v0.0.86/cbdinocluster-linux-amd64
29
- chmod +x $HOME/bin/cbdinocluster
30
- echo "$HOME/bin" >> $GITHUB_PATH
31
- - name: Initialize cbdinocluster
32
33
- cbdinocluster -v init --auto
34
- env:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - uses: ../actions/install-cbdinocluster
36
- name: Start couchbase cluster
37
env:
38
CLUSTERCONFIG: |
0 commit comments