We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc1453 commit 2aaf216Copy full SHA for 2aaf216
1 file changed
githubactions.yml
@@ -8,8 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- name: Run Pester tests
11
+ shell: pwsh
12
run: |
13
Set-PSRepository psgallery -InstallationPolicy trusted
14
Install-Module -Name Pester -RequiredVersion 5.2.1 -Confirm:$false -Force
- Invoke-Pester -Path "tests"
15
- shell: pwsh
+ Invoke-Pester -Path "tests"
0 commit comments