From ccb8a94042546189b7d4e29eb48a6259bc982882 Mon Sep 17 00:00:00 2001 From: Shantanu Wali <98103945+Private1647@users.noreply.github.com> Date: Fri, 3 Jan 2025 19:55:55 +0530 Subject: [PATCH] Update kaneai-ci-cd-automation.md --- docs/kaneai-ci-cd-automation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kaneai-ci-cd-automation.md b/docs/kaneai-ci-cd-automation.md index ab994ec45..fc8894af8 100644 --- a/docs/kaneai-ci-cd-automation.md +++ b/docs/kaneai-ci-cd-automation.md @@ -127,7 +127,7 @@ Here is a sample that you can use on how to integrate the API with GithubActions In your Git repository, navigate to .github/workflows/ and create a file named sanity-test.yml. **Step 2: Sample for yml file** -In below sample, we are executing a test run using test_run_id and then verifying the result for it using HyperExecute job status API. You can find more details on HyperExecute APIs (here)[https://www.lambdatest.com/support/api-doc/?key=hyperexecute] and update the API in the .yml file based on your needs. +In below sample, we are executing a test run using test_run_id and then verifying the result for it using HyperExecute job status API. You can find more details on HyperExecute APIs [here](https://www.lambdatest.com/support/api-doc/?key=hyperexecute) and update the API in the .yml file based on your needs. ```yml name: Run Sanity Tests on LambdaTest