We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff31f0 commit b33456aCopy full SHA for b33456a
1 file changed
.github/workflows/ci.yml
@@ -1,7 +1,9 @@
1
- name: Install Keploy CLI
+- 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=Q1U/r/LYbSTVyAHbEg== && keploy test-suite --app=f3fac2ae-6904-4572-9903-623568a817bf --base-path http://localhost:8000 --cloud
+ env:
+ CI: true
8
+ KEPLOY_API_KEY: ${{ secrets.KEPLOY_API_KEY }}
9
+ run: |
0 commit comments