Skip to main content

Configuring CI

You can use LarkCI CLI to run your testing workflows as part of your deployment. For example, for github actions you could add this step to your CI config:
- name: Run LarkCI workflow
  run: larkci workflows invoke ${{ vars.WORKFLOW_ID }} --wait --timeout 300
  env:
    LARKCI_API_KEY: ${{ secrets.LARKCI_API_KEY }}