Skip to content

Update ci.yml

Update ci.yml #5

Workflow file for this run

- name: Install Keploy CLI

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
run: |
curl --silent -L https://keploy.io/ent/install.sh | bash
- name: Run Keploy Test Suite
env:
CI: true
KEPLOY_API_KEY: ${{ secrets.KEPLOY_API_KEY }}
run: |