Skip to content

Commit 2aaf216

Browse files
committed
yes
1 parent 5bc1453 commit 2aaf216

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

githubactions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Run Pester tests
11+
shell: pwsh
1112
run: |
1213
Set-PSRepository psgallery -InstallationPolicy trusted
1314
Install-Module -Name Pester -RequiredVersion 5.2.1 -Confirm:$false -Force
14-
Invoke-Pester -Path "tests"
15-
shell: pwsh
15+
Invoke-Pester -Path "tests"

0 commit comments

Comments
 (0)