Skip to content

Commit

Permalink
[pipeline] Import module Pester for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV committed Nov 8, 2024
1 parent 3d2b520 commit ae8ffd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
shell: pwsh
run: |
cd out/build/${{ matrix.preset }}
Import-Module Pester -Force -MinimumVersion '5.6.1' -MaximumVersion '5.99'
${{ github.workspace }}/azure-pipelines/end-to-end-tests.ps1 -RunArtifactsTests
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg-root

0 comments on commit ae8ffd4

Please sign in to comment.