Pester 4.10.1

pull/2/head
Maxim Lobanov 5 years ago
parent 064353c9a4
commit 3703ec332f

@ -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
- name: Run tests
shell: pwsh
run: |
Import-Module Pester
Import-Module Assert
Invoke-Pester -CI
Loading…
Cancel
Save