Skip to content

Commit 1080798

Browse files
author
Mladen Rusev
committed
install step cli
1 parent 2f7246d commit 1080798

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,12 @@ jobs:
9494
- name: Install Venafi venctl CLI
9595
run: |
9696
curl -sSfL https://dl.venafi.cloud/venctl/latest/installer.sh | bash
97-
echo "/home/runner/.venafi/bin" >> $GITHUB_PATH
97+
echo "/home/runner/.venafi/bin" >> $GITHUB_PATH
98+
99+
- name: Install Smallstep CLI (step)
100+
run: |
101+
curl -LO https://github.com/smallstep/cli/releases/latest/download/step-cli_amd64.deb
102+
apt-get install ./step-cli_amd64.deb
98103
99104
- id: go-version
100105
run: |

0 commit comments

Comments
 (0)