error fix

pull/68/head
Aparna Jyothi 1 year ago
parent d1dfc7d87c
commit 5af46fa1eb

@ -13,7 +13,7 @@ jobs:
shell: pwsh
run: |
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1
Install-Module Assert -Force -Scope CurrentUser
Install-Module Assert -Force -Scope CurrentUser -RequiredVersion 0.9.1
- name: Run tests
shell: pwsh

Loading…
Cancel
Save