Update powershell-tests.yaml
parent
173306031c
commit
c8578435dd
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Perform a Pester test for WAU run
|
- name: Perform a Pester test for WAU run
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$command = New-PesterContainer -Path C:\ProgramData\Winget-AutoUpdate\user-run.ps1
|
$command = New-PesterContainer -Path "C:\Program Files\Winget-AutoUpdate\user-run.ps1"
|
||||||
Invoke-Pester -PassThru -Container $command -ErrorAction Continue
|
Invoke-Pester -PassThru -Container $command -ErrorAction Continue
|
||||||
#- name: Read WAU Log
|
#- name: Read WAU Log
|
||||||
# id: package
|
# id: package
|
||||||
|
|
Loading…
Reference in New Issue