fix scope

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

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