Update powershell-tests.yaml

pull/698/head
Romain 2024-09-14 00:21:31 +02:00 committed by GitHub
parent 173306031c
commit c8578435dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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