File tree Expand file tree Collapse file tree
articles/app-testing/load-testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ Update your Azure Pipelines workflow to run a load test for your Azure load test
296296 ```
297297
298298 Optionally, you can pass parameters or secrets to the load test by using the `env` or `secrets` property.
299- Set *`waitForCompletion: false`* to if you want to proceed without waiting for the load test run to complete.
299+ Set *`waitForCompletion: false`* if you want to proceed without waiting for the load test run to complete.
300300
3013011. Use the `publish` task to publish the test results as artifacts in your Azure Pipelines workflow run.
302302
@@ -350,7 +350,7 @@ Update your GitHub Actions workflow to run a load test for your Azure load testi
350350 ```
351351
352352 Optionally, you can pass parameters or secrets to the load test by using the `env` or `secrets` property.
353- Set *`waitForCompletion: false`* to if you want to proceed without waiting for the load test run to complete.
353+ Set *`waitForCompletion: false`* if you want to proceed without waiting for the load test run to complete.
354354
3553551. Use the `actions/upload-artifact` action to publish the test results as artifacts in your GitHub Actions workflow run.
356356
You can’t perform that action at this time.
0 commit comments