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