Skip to content

Commit a9447e1

Browse files
committed
1 parent 70e44dc commit a9447e1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pwsh.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
run: |
3535
Import-Module Pester -PassThru
3636
$ErrorActionPreference = 'Continue'
37+
38+
"Currently, PSNativeCommandArgumentPassing: '$PSNativeCommandArgumentPassing'"
39+
"Forcing PowerShell 7.3 behavior with value: 'Standard'..."
40+
$PSNativeCommandArgumentPassing = 'Standard'
41+
3742
$res = Invoke-Pester -Path test -Output Detailed -PassThru -ErrorAction SilentlyContinue
3843
if (!$res -or ($res.FailedCount -gt 0)) {
3944
$Error | Format-List * -Force

0 commit comments

Comments
 (0)