Skip to content

Commit 6bc3774

Browse files
install cockroach cli in publish gh action (#1330)
1 parent 1a1a2f3 commit 6bc3774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
curl -sL 'https://github.com/pluralsh/plural-cli/releases/download/v0.5.18/plural-cli_0.5.18_Linux_amd64.tar.gz' | tar xzvf -
2424
chmod +x plural
2525
cp plural /usr/local/bin/plural
26+
- run: make install-cockroach
2627
- run: make testup
2728
- name: Restore dependencies cache
2829
uses: actions/cache@v3

0 commit comments

Comments
 (0)