New path in PowerShell tester
parent
c048ffc58f
commit
a0c04e24c9
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Perform a Pester test for the WAU installation
|
- name: Perform a Pester test for the WAU installation
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$command = New-PesterContainer -Path Winget-AutoUpdate-Install.ps1 -Data @{ Silent = $true }
|
$command = New-PesterContainer -Path Sources/WAU/Winget-AutoUpdate-Install.ps1 -Data @{ Silent = $true }
|
||||||
Invoke-Pester -PassThru -Container $command -ErrorAction Continue
|
Invoke-Pester -PassThru -Container $command -ErrorAction Continue
|
||||||
- name: Perform a Pester test for WAU run
|
- name: Perform a Pester test for WAU run
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
Loading…
Reference in New Issue