Skip to content

Commit

Permalink
Corrected some typos in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fawohlsc committed Oct 14, 2020
1 parent 662641f commit 69aebf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Context "When route table is created" -Tag route-table-create {
Also, the test results are very easy to grasp, by just looking at the detailed output of [Invoke-Pester](https://github.com/pester/Pester#simple-and-advanced-interface):
![Test results generated by Pester](./docs/pester-test-results.png)

Finally, Pester tests can also run during [continuous integration](https://martinfowler.com/articles/continuousIntegration.html) as part of your DevOps pipeline. Following an example using [GitHub Actions](https://github.com/features/actions) (See: [test-policies.yml](./.github/workflows/test-policies.yml))::
Finally, Pester tests can also run during [continuous integration](https://martinfowler.com/articles/continuousIntegration.html) as part of your DevOps pipeline. Following an example using [GitHub Actions](https://github.com/features/actions) (See: [test-policies.yml](./.github/workflows/test-policies.yml)):

```yaml
- name: Test Azure Policies
Expand Down Expand Up @@ -451,7 +451,7 @@ Before going into the steps to setup this repository with your GitHub account us


## FAQ
### Should I run the tests to validate a pull request?
### Should we run the tests to validate a pull request?
Running the tests can take a few minutes up to some hours. The long duration is mainly caused by waiting for policy compliance scans and remediations to complete. So while you certainly can run the tests to validate your pull request, it is not advisable since a pull request should provide your developers feedback in just a couple of minutes to reduce their unproductive waiting time. That being said, running them as part of your [continuous integration](https://martinfowler.com/articles/continuousIntegration.html) on the main branch is what you should aim for.

### The tests take a long time to complete, can we speed things up?
Expand Down

0 comments on commit 69aebf9

Please sign in to comment.