This commit is contained in:
Nikita Bykov 2020-08-25 14:39:27 +03:00
parent fdef7843ee
commit 5a7abdc250
9 changed files with 15 additions and 181 deletions

View file

@ -13,7 +13,6 @@ on:
env:
VERSION: ${{ github.event.inputs.VERSION }}
defaults:
run:
shell: pwsh
@ -108,12 +107,6 @@ jobs:
run: |
Install-Module Pester -Force -Scope CurrentUser
Import-Module Pester
$pesterParams = @{
Path="./Go.Tests.ps1";
Parameters=@{
Version="$env:VERSION";
}
}
Invoke-Pester -Script ./Go.Tests.ps1 -EnableExit
working-directory: ./tests