Skip to content

Commit d86dfa0

Browse files
committed
edits
1 parent a40e470 commit d86dfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure/test-bicep-code-using-azure-pipelines/includes/9-exercise-add-test-stage-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can now add a smoke test stage that runs your tests.
7171

7272
This step takes the test results file that Pester creates and publishes it as pipeline test results. You'll see how the results are displayed soon.
7373

74-
Notice that the step definition includes `condition: always()`. This condition indicates to Azure Pipelines that it should always publish the test results, even if the preceding step fails. This condition is important because any failing test will cause the test step to fail, and normally the pipeline stops running after a failing step.
74+
Notice that the step definition includes `condition: always()`. This condition indicates to Azure Pipelines that it should always publish the test results, even if the preceding step fails. This condition is important because any failed test will cause the test step to fail, and normally the pipeline stops running after a failed step.
7575

7676
1. Save the file.
7777

0 commit comments

Comments
 (0)