We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261b2d8 commit bba30e9Copy full SHA for bba30e9
.github/instructions/dsc-community-style-guidelines-integration-tests.instructions.md
@@ -13,6 +13,7 @@ applyTo: "tests/[iI]ntegration/**/*.[iI]ntegration.[tT]ests.ps1"
13
- Use `Get-ComputerName` for computer names in CI
14
- Avoid `ExpectedMessage` for `Should -Throw` assertions
15
- Only run integration tests in CI unless explicitly instructed.
16
+- Call commands with `-Force` parameter where applicable (avoids prompting).
17
18
## Required Setup Block
19
0 commit comments