We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e520a commit 22e5113Copy full SHA for 22e5113
.github/workflows/keploy.yml
@@ -45,8 +45,10 @@ jobs:
45
46
- name: Download Keploy CLI
47
run: |
48
- curl -L https://github.com/keploy/keploy/releases/latest/download/keploy-linux-amd64 -o keploy
+ curl -fsSL https://github.com/keploy/keploy/releases/latest/download/keploy-linux-amd64 -o keploy
49
chmod +x keploy
50
+ file keploy
51
+ ./keploy version
52
sudo mv keploy /usr/local/bin/keploy
53
54
- name: Run Keploy in test mode
0 commit comments