Skip to content

Commit 22e5113

Browse files
CICD
1 parent 31e520a commit 22e5113

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/keploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ jobs:
4545
4646
- name: Download Keploy CLI
4747
run: |
48-
curl -L https://github.com/keploy/keploy/releases/latest/download/keploy-linux-amd64 -o keploy
48+
curl -fsSL https://github.com/keploy/keploy/releases/latest/download/keploy-linux-amd64 -o keploy
4949
chmod +x keploy
50+
file keploy
51+
./keploy version
5052
sudo mv keploy /usr/local/bin/keploy
5153
5254
- name: Run Keploy in test mode

0 commit comments

Comments
 (0)