From 700c7f7547230f253561d690cec3b40523fc381a Mon Sep 17 00:00:00 2001 From: Gerrit Date: Wed, 31 May 2023 08:59:33 +0200 Subject: [PATCH] change test.ps1 name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ea311a..e3c4ad2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Perform a Pester test from the command-line shell: pwsh - run: Test-Path $Env:GITHUB_WORKSPACE\test1.ps1 | Should -Be $true + run: Test-Path $Env:GITHUB_WORKSPACE\test.ps1 | Should -Be $true - name: Create msi from PowerShell Script run: | "$Env:GITHUB_WORKSPACE\test.ps1"