move to 5 version

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

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