change test.ps1 name

This commit is contained in:
Gerrit 2023-05-31 08:59:33 +02:00
parent e7e19faadc
commit 700c7f7547

View file

@ -20,7 +20,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Perform a Pester test from the command-line - name: Perform a Pester test from the command-line
shell: pwsh 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 - name: Create msi from PowerShell Script
run: | run: |
"$Env:GITHUB_WORKSPACE\test.ps1" "$Env:GITHUB_WORKSPACE\test.ps1"