Skip to content

Commit 8a57a4b

Browse files
committed
import, test
1 parent ab8c5c1 commit 8a57a4b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/samples-powershell.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,15 @@ jobs:
3030
shell: pwsh
3131
run: |
3232
./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+
shell: pwsh
41+
run: |
42+
Invoke-Pester -PassThru
43+
3344

0 commit comments

Comments
 (0)