Skip to content

Commit 58fa6a1

Browse files
CICD
1 parent 6e19cfe commit 58fa6a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/keploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
python -m pip install --upgrade pip
3636
pip install -r requirements.txt
3737
38-
- name: Download Keploy Binary
38+
- name: Download and Install Keploy
3939
run: |
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
40+
curl -L https://github.com/keploy/keploy/releases/download/v0.2.7/keploy-linux-amd64 -o keploy
4241
chmod +x keploy
4342
sudo mv keploy /usr/local/bin/keploy
4443
44+
4545

4646
- name: Wait for MongoDB
4747
run: |

0 commit comments

Comments
 (0)