Skip to content

Commit e991c21

Browse files
committed
combine
1 parent 8a57a4b commit e991c21

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/samples-powershell.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,11 @@ 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'
3833
- name: Test
3934
working-directory: ${{ matrix.sample }}
4035
shell: pwsh
4136
run: |
37+
Import-Module -Name './src/PSPetstore'
4238
Invoke-Pester -PassThru
4339
4440

0 commit comments

Comments
 (0)