Skip to content

Commit bc72603

Browse files
committed
ING-1088: Break down tests into reusable actions
1 parent 9ec696f commit bc72603

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,7 @@ jobs:
2222

2323
runs-on: ubuntu-latest
2424
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-
run: |
33-
cbdinocluster -v init --auto
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
- uses: ../actions/install-cbdinocluster
3626
- name: Start couchbase cluster
3727
env:
3828
CLUSTERCONFIG: |

0 commit comments

Comments
 (0)