Fix test pipeline
This commit is contained in:
parent
0f74ebc839
commit
e7e19faadc
2 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -20,10 +20,10 @@ 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\test.ps1 | Should -Be $true
|
run: Test-Path $Env:GITHUB_WORKSPACE\test1.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"
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
BIN
AmagnoPrinterInstaller.msi
Normal file
BIN
AmagnoPrinterInstaller.msi
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue