Skip to content

Commit 47da1f9

Browse files
committed
removed optional parts
1 parent d9e5a1f commit 47da1f9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/keploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
6767
6868
69-
- name: 📡 Warm-up API with Sample Request (Optional)
70-
run: |
71-
curl -v -X POST http://localhost:8080/users/signup \
72-
-H "Content-Type: application/json" \
73-
-d '{"name":"lily","email":"lily@example.com","user_name":"lilyuser","password":"password123"}'
69+
# - name: 📡 Warm-up API with Sample Request (Optional)
70+
# run: |
71+
# curl -v -X POST http://localhost:8080/users/signup \
72+
# -H "Content-Type: application/json" \
73+
# -d '{"name":"lily","email":"lily@example.com","user_name":"lilyuser","password":"password123"}'
7474

7575
- name: 🧪 Run Keploy Test Cases
7676
run: |

0 commit comments

Comments
 (0)