Skip to content

Commit

Permalink
Remove pester which is installed as part of ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Oct 22, 2023
1 parent 1962cff commit d590bef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PSPGP.AzurePipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ jobs:
pool:
vmImage: windows-latest
steps:
- powershell: |
Install-Module -Name Pester -Repository PSGallery -Force -SkipPublisherCheck
- powershell:
.\PSPGP.Tests.ps1
displayName: "Run Pester Tests - PowerShell 5"
- script: |
Install-Module -Name Pester -Repository PSGallery -Force -SkipPublisherCheck
pwsh -c '.\PSPGP.Tests.ps1'
displayName: "Run Pester Tests - PowerShell 6+"
Expand Down

0 comments on commit d590bef

Please sign in to comment.