Skip to content

Commit 32ddceb

Browse files
CICD
1 parent 583518d commit 32ddceb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/keploy.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install -r requirements.txt
3434
35-
- name: Download and install Keploy
35+
- name: Install Keploy CLI
3636
run: |
37-
curl -L https://github.com/keploy/keploy/releases/download/v0.2.7/keploy-linux-amd64 -o keploy
38-
chmod +x keploy
39-
sudo mv keploy /usr/local/bin/keploy
37+
curl --silent -L https://keploy.io/ent/install.sh | bash
4038
41-
- name: Run Keploy test
39+
- name: Run Keploy Test Suite
4240
run: |
43-
keploy test -c "python3 flask_api_server.py" --delay 10
41+
export KEPLOY_API_KEY=${{ secrets.KEPLOY_API_KEY }}
42+
keploy test-suite --app=03d24177-315c-4ee1-a3ac-64ed0ab38567 --base-path http://localhost:8080/books --cloud

0 commit comments

Comments
 (0)