Fix test pipeline

This commit is contained in:
Gerrit 2023-05-31 08:57:12 +02:00
parent 0f74ebc839
commit e7e19faadc
2 changed files with 2 additions and 2 deletions

View file

@ -20,10 +20,10 @@ jobs:
fetch-depth: 0
- name: Perform a Pester test from the command-line
shell: pwsh
run: Test-Path $Env:GITHUB_WORKSPACE\test.ps1 | Should -Be $true
run: Test-Path $Env:GITHUB_WORKSPACE\test1.ps1 | Should -Be $true
- name: Create msi from PowerShell Script
run: |
$Env:GITHUB_WORKSPACE\test.ps1
"$Env:GITHUB_WORKSPACE\test.ps1"
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:

BIN
AmagnoPrinterInstaller.msi Normal file

Binary file not shown.