Skip to content
Merged

Stage #1208

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/kaneai-ci-cd-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading