Skip to content

Commit bba30e9

Browse files
committed
Update integration tests guidelines: add note to call commands with -Force parameter to avoid prompting
1 parent 261b2d8 commit bba30e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/instructions/dsc-community-style-guidelines-integration-tests.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ applyTo: "tests/[iI]ntegration/**/*.[iI]ntegration.[tT]ests.ps1"
1313
- Use `Get-ComputerName` for computer names in CI
1414
- Avoid `ExpectedMessage` for `Should -Throw` assertions
1515
- Only run integration tests in CI unless explicitly instructed.
16+
- Call commands with `-Force` parameter where applicable (avoids prompting).
1617

1718
## Required Setup Block
1819

0 commit comments

Comments
 (0)