Skip to content

Commit 6e19cfe

Browse files
CICD
1 parent 3b50db2 commit 6e19cfe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/keploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ jobs:
3737
3838
- name: Download Keploy Binary
3939
run: |
40-
curl -L https://github.com/keploy/keploy/releases/latest/download/keploy-linux-amd64 -o keploy
40+
curl -fsSL -o keploy.tar.gz https://github.com/keploy/keploy/releases/latest/download/keploy-linux-amd64.tar.gz
41+
tar -xzf keploy.tar.gz
4142
chmod +x keploy
4243
sudo mv keploy /usr/local/bin/keploy
44+
4345

4446
- name: Wait for MongoDB
4547
run: |

0 commit comments

Comments
 (0)