From a0c04e24c917c6a2c98da9f284d7200e3ea2ff3c Mon Sep 17 00:00:00 2001 From: romanitho <96626929+Romanitho@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:06:49 +0100 Subject: [PATCH] New path in PowerShell tester --- .github/workflows/powershell-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/powershell-tests.yaml b/.github/workflows/powershell-tests.yaml index 0ac06e9..a8e19ce 100644 --- a/.github/workflows/powershell-tests.yaml +++ b/.github/workflows/powershell-tests.yaml @@ -21,7 +21,7 @@ jobs: - name: Perform a Pester test for the WAU installation shell: powershell 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 - name: Perform a Pester test for WAU run shell: powershell