Skip to content

Commit ab4c762

Browse files
committed
Added Dot Github
1 parent f00a60e commit ab4c762

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- name: Install Keploy CLI
2+
run: |
3+
curl --silent -L https://keploy.io/ent/install.sh | bash
4+
5+
- name: Run Keploy Test Suite
6+
run: |
7+
export KEPLOY_API_KEY=${{ secrets.KEPLOY_API_KEY }}
8+
keploy test-suite --app=03d24177-315c-4ee1-a3ac-64ed0ab38567 --base-path http://localhost:8080/ --cloud

0 commit comments

Comments
 (0)