change test.ps1 name
This commit is contained in:
parent
e7e19faadc
commit
700c7f7547
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue