Configuring CI
You can use the LarkCI CLI to run your testing workflows as part of your deployment. The--wait flag blocks until every workflow finishes and exits with a non-zero code on failure, so your pipeline fails if a test fails.
Set the LARKCI_API_KEY environment variable in your CI provider’s secrets settings before adding the steps below.