We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00a60e commit ab4c762Copy full SHA for ab4c762
1 file changed
.github/workflows/ci.yml
@@ -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
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