Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 10, 2024
1 parent 98fc0c6 commit 3d9c7f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit_test_workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
uses: actions/checkout@v4
- name: Run Pester Tests
run: |
# Source the function
. utils/workflow/Invoke-PesterTests.ps1
Invoke-PesterTests -Path 'Testing/workflow'
# This should run all workflow unit tests
Invoke-Pester -Output 'Detailed' -Path 'Testing/workflow'

0 comments on commit 3d9c7f5

Please sign in to comment.