Skip to content

Commit b33456a

Browse files
Update ci.yml
1 parent 2ff31f0 commit b33456a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
name: Install Keploy CLI
1+
- name: Install Keploy CLI
22
run: |
33
curl --silent -L https://keploy.io/ent/install.sh | bash
44
55
- 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
6+
env:
7+
CI: true
8+
KEPLOY_API_KEY: ${{ secrets.KEPLOY_API_KEY }}
9+
run: |

0 commit comments

Comments
 (0)