try to add assert module

pull/2/head
Dmitry Shibanov 5 years ago
parent b4f07dda7c
commit eedc0cd2a9

@ -13,5 +13,7 @@ jobs:
shell: pwsh
run: |
Install-Module Pester -Force -Scope CurrentUser
Install-Module -Name Assert
Import-Module Pester
Import-Module Assert
Invoke-Pester -CI
Loading…
Cancel
Save