Skip to content

Commit

Permalink
install cockroach cli in publish gh action (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Aug 8, 2024
1 parent 1a1a2f3 commit 6bc3774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
curl -sL 'https://github.com/pluralsh/plural-cli/releases/download/v0.5.18/plural-cli_0.5.18_Linux_amd64.tar.gz' | tar xzvf -
chmod +x plural
cp plural /usr/local/bin/plural
- run: make install-cockroach
- run: make testup
- name: Restore dependencies cache
uses: actions/cache@v3
Expand Down

0 comments on commit 6bc3774

Please sign in to comment.