check tests with 4 version

pull/2/head
Dmitry Shibanov 5 years ago
parent 92f2be525e
commit e800b8f30d

@ -12,6 +12,6 @@ jobs:
- name: Run tests - name: Run tests
shell: pwsh shell: pwsh
run: | run: |
Install-Module Pester -Force -Scope CurrentUser Install-Module Pester -RequiredVersion 4.10.1 -Force -Scope CurrentUser
Import-Module Pester Import-Module Pester
Invoke-Pester -CI Invoke-Pester -CI
Loading…
Cancel
Save