@ -9,11 +9,15 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Run tests
- name: Install Pester
shell: pwsh
run: |
Install-Module Pester -Force -Scope CurrentUser
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1
Install-Module Assert -Force -Scope CurrentUser
Import-Module Pester
Import-Module Assert
Invoke-Pester -CI