We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1a2f3 commit 6bc3774Copy full SHA for 6bc3774
.github/workflows/publish.yaml
@@ -23,6 +23,7 @@ jobs:
23
curl -sL 'https://github.com/pluralsh/plural-cli/releases/download/v0.5.18/plural-cli_0.5.18_Linux_amd64.tar.gz' | tar xzvf -
24
chmod +x plural
25
cp plural /usr/local/bin/plural
26
+ - run: make install-cockroach
27
- run: make testup
28
- name: Restore dependencies cache
29
uses: actions/cache@v3
0 commit comments