We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a57a4b commit e991c21Copy full SHA for e991c21
1 file changed
.github/workflows/samples-powershell.yaml
@@ -30,15 +30,11 @@ jobs:
30
shell: pwsh
31
run: |
32
./Build.ps1
33
- - name: Import
34
- working-directory: ${{ matrix.sample }}
35
- shell: pwsh
36
- run: |
37
- Import-Module -Name './src/PSPetstore'
38
- name: Test
39
working-directory: ${{ matrix.sample }}
40
41
+ Import-Module -Name './src/PSPetstore'
42
Invoke-Pester -PassThru
43
44
0 commit comments