Skip to content

Commit

Permalink
Update unittests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Jan 12, 2024
1 parent b1c73b9 commit 5158798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:

- name: Install Pester
run: |
Install-Module -Name Pester -Force -AllowClobber
pwsh -Command "Install-Module -Name Pester -Force -AllowClobber"
shell: bash

- name: Run Pester tests
run: |
# Change the path to your test file and script file accordingly
Invoke-Pester -Path 'pester/*.Tests.ps1'
pwsh -Command "Invoke-Pester -Path 'pester/*.Tests.ps1'"
shell: bash

0 comments on commit 5158798

Please sign in to comment.