Skip to content

Commit 01ff016

Browse files
authored
Merge pull request LambdaTest#1208 from Private1647/stage
Stage
2 parents 1413c26 + e02e3b8 commit 01ff016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kaneai-ci-cd-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Here is a sample that you can use on how to integrate the API with GithubActions
127127
In your Git repository, navigate to .github/workflows/ and create a file named sanity-test.yml.
128128

129129
**Step 2: Sample for yml file**
130-
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.
130+
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.
131131

132132
```yml
133133
name: Run Sanity Tests on LambdaTest

0 commit comments

Comments
 (0)